diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/etc/SCsub | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/etc/SCsub b/modules/etc/SCsub index d2c77d6e3c..6e963ef766 100644 --- a/modules/etc/SCsub +++ b/modules/etc/SCsub @@ -33,11 +33,6 @@ env_etc.Append(CPPPATH=[thirdparty_dir]) if not env.msvc: env_etc.Append(CCFLAGS="-std=c++11") -# -ffast-math seems to be incompatible with etc2comp on recent versions of -# GCC and Clang -if '-ffast-math' in env_etc['CCFLAGS']: - env_etc['CCFLAGS'].remove('-ffast-math') - env_thirdparty = env_etc.Clone() env_thirdparty.disable_warnings() env_thirdparty.add_source_files(env.modules_sources, thirdparty_sources) |