remove -ansi because it interferes with -std=c++11
This commit is contained in:
parent
4cf7e02132
commit
266267be54
@ -1020,7 +1020,7 @@ ELSE()
|
||||
|
||||
SET(
|
||||
CMAKE_CXX_FLAGS
|
||||
"${CMAKE_CXX_FLAGS} -D_REENTRANT=1 -W -Wall -ansi -pedantic -Wpointer-arith -Wold-style-cast -Wconversion -Wcast-align -Wno-long-long"
|
||||
"${CMAKE_CXX_FLAGS} -D_REENTRANT=1 -W -Wall -pedantic -Wpointer-arith -Wold-style-cast -Wconversion -Wcast-align -Wno-long-long"
|
||||
CACHE STRING
|
||||
"g++ Compiler Flags"
|
||||
FORCE
|
||||
|
Loading…
Reference in New Issue
Block a user