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

Remove unneeded -std flag.

parent 61aea894
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,6 @@ libpath='''
'''
myenv.Append(CCFLAGS=" -Wall ")
myenv.Append(CXXFLAGS=" -std=c++11")
myenv=myenv.Clone(CPPPATH=Split(cpppath), LIBS=Split(libs), LIBPATH=Split(libpath), SHLIBSUFFIX=".zpi", SHLIBPREFIX="")
lib=myenv.SharedLibrary("nonce_relocs", Split(files))
......
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