Use -std=c++11 to compile SAIntegrator. #1097

This commit is contained in:
Penn, John M 047828115 2021-01-27 12:45:08 -06:00
parent 7ce4514f74
commit 8e8f761afb

View File

@ -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