medfall

A super great game engine
Log | Files | Refs

commit 2359ade12324fb16e9a4ee655179877535ebe106
parent b194ede036bb409c4e8b73e51c8e15bb9dc3f6f0
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Jul 26 21:24:27 +0300

-fdiagnostics-color

Diffstat:
scripts/gen_makefile.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/gen_makefile.lua b/scripts/gen_makefile.lua @@ -38,7 +38,7 @@ local configs = { toolchain = "gcc", cxx = "g++", - 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", + cxxflags = "-I . -c -x c++ -std=c++11 -msse2 -ffast-math -fno-exceptions -fno-rtti -fno-strict-aliasing -fno-strict-overflow -fdiagnostics-color -D_USE_MATH_DEFINES", ldflags = "-lm -lpthread -ldl", warnings = "-Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wshadow -Wcast-align -Wstrict-overflow -Wvla", -- -Wconversion },