medfall

A super great game engine
Log | Files | Refs

commit dd642aa15d1ddd48a4c24b30a4194d74406317ae
parent 154b57f3b763db030347498436c5cefb0179ade8
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu, 30 May 2019 23:45:09 +0300

Fix asan

Diffstat:
Mscripts/gen_makefile.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/gen_makefile.lua b/scripts/gen_makefile.lua @@ -39,7 +39,7 @@ local configs = { cxx = "g++", cxxflags = "-I . -c -x c++ -std=c++11 -msse2 -ffast-math -fno-exceptions -fno-rtti -fno-strict-aliasing -fno-strict-overflow -fdiagnostics-color", - ldflags = "-lm -lpthread -ldl", + ldflags = "-lm -lpthread -ldl -no-pie", warnings = "-Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wshadow -Wcast-align -Wstrict-overflow -Wvla", -- -Wconversion },