Remove -std=c++11 cppflag as it!s not needed.

This commit is contained in:
Relintai 2020-03-24 16:54:16 +01:00
parent 41b7ea05a1
commit ea3b34d972
1 changed files with 0 additions and 2 deletions

2
SCsub
View File

@ -5,5 +5,3 @@ module_env = env.Clone()
module_env.add_source_files(env.modules_sources,"*.cpp")
module_env.add_source_files(env.modules_sources,"lib/*.cpp")
# FastNoise uses a few C++11 features
module_env.Append(CPPFLAGS=["-std=c++11"])