Skip to content
Snippets Groups Projects
Commit d6c8239d authored by whh8b's avatar whh8b
Browse files

Update to c++11 compiler.

parent 044ae996
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ env=Environment()
# default build options
env.Replace(CFLAGS=" -fPIC ")
env.Replace(CXXFLAGS=" -fPIC ")
env.Replace(CXXFLAGS=" -std=c++11 -fPIC ")
env.Replace(LINKFLAGS=" -fPIC ")
# parse arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment