Переглянути джерело

[SCons] Remove bogus CCFLAGS from windows toolchain.

The c++ standard is added as part of the main SConstruct
Fabio Alessandrelli 2 роки тому
батько
коміт
35ec1403dc
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      tools/windows.py

+ 0 - 2
tools/windows.py

@@ -39,8 +39,6 @@ def generate(env):
     elif sys.platform == "win32" or sys.platform == "msys":
         env["use_mingw"] = True
         mingw.generate(env)
-        # Still need to use C++17.
-        env.Append(CCFLAGS=["-std=c++17"])
         # Don't want lib prefixes
         env["IMPLIBPREFIX"] = ""
         env["SHLIBPREFIX"] = ""