mirror of
https://github.com/nasa/trick.git
synced 2025-02-22 09:51:06 +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
|
CC = cc
|
||||||
CPP = c++
|
CPP = c++
|
||||||
|
|
||||||
CFLAGS = -g -Wall
|
CFLAGS = -g -Wall -std=c++11
|
||||||
INCLUDE_DIRS = -Iinclude
|
INCLUDE_DIRS = -Iinclude
|
||||||
OBJDIR = obj
|
OBJDIR = obj
|
||||||
LIBDIR = lib
|
LIBDIR = lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user