We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e34e6 commit 64e9bd7Copy full SHA for 64e9bd7
1 file changed
src/amuse/community/simplex/src/Makefile
@@ -27,7 +27,7 @@ OBJ=./obj/
27
LIB=./lib/
28
BIN=./bin/
29
30
-CXXCFLAGS_NO_C = $(CXXFLAGS) -Wall -ansi -O2 -g -ffast-math -fomit-frame-pointer
+CXXCFLAGS_NO_C = $(CXXFLAGS) -ansi -std=c++11 -ffast-math -fomit-frame-pointer
31
CXXCFLAGS := $(CXXCFLAGS_NO_C) -c
32
export CXXCFLAGS
33
0 commit comments