mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 09:16:20 +00:00
Use -std=c++11 to compile SAIntegrator. #1097
This commit is contained in:
parent
7ce4514f74
commit
8e8f761afb
@ -3,7 +3,7 @@ RM = rm -rf
|
||||
CC = cc
|
||||
CPP = c++
|
||||
|
||||
CFLAGS = -g -Wall
|
||||
CFLAGS = -g -Wall -std=c++11
|
||||
INCLUDE_DIRS = -Iinclude
|
||||
OBJDIR = obj
|
||||
LIBDIR = lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user