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

Use C++11 (at least temporarily)

parent ea9ca903
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