commit 69efb014b7eb05ace52d57b36b142a11837576a8 parent ca8d4522cc5dd57ac514ff90cc0647c487f667ce Author: Michael Savage <mikejsavage@gmail.com> Date: Fri Jun 2 01:22:01 +0300 -ffast-math Diffstat:
scripts/gen_makefile.lua | | | 2 | +- |
diff --git a/scripts/gen_makefile.lua b/scripts/gen_makefile.lua @@ -29,7 +29,7 @@ local configs = { lib_prefix = "lib", lib_suffix = ".a", - cxxflags = "-I . -c -x c++ -std=c++11 -msse2 -fno-exceptions -fno-rtti -fno-strict-aliasing -fno-strict-overflow -D_USE_MATH_DEFINES", + cxxflags = "-I . -c -x c++ -std=c++11 -msse2 -ffast-math -fno-exceptions -fno-rtti -fno-strict-aliasing -fno-strict-overflow -D_USE_MATH_DEFINES", ldflags = "-lm -lpthread -ldl", warnings = "-Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wshadow -Wcast-align -Wstrict-overflow -Wvla", -- -Wconversion },