medfall

A super great game engine
Log | Files | Refs

commit 4c79c43c974709b071f60c42ec56decacddb9f71
parent 48fb5bcc634da2d68241ef8a939ef9885a89bf5b
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat May 27 15:02:12 +0300

Don't build test_lockfree by default because it's so slow

Diffstat:
make.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/make.lua b/make.lua @@ -60,6 +60,6 @@ if OS ~= "windows" then bin( "utils/genkeys/genkeys", { "utils/genkeys/genkeys", common_objs }, { "monocypher" } ) bin( "utils/genkeys/sign", { "utils/genkeys/sign", common_objs }, { "monocypher" } ) - bin( "test_lockfree", { "relacy" } ) - linux_obj_cxxflags( "relacy", "-std=c++98 -fexceptions -frtti -Wno-shadow -Wno-missing-field-initializers" ) + -- bin( "test_lockfree", { "relacy" } ) + -- linux_obj_cxxflags( "relacy", "-std=c++98 -fexceptions -frtti -Wno-shadow -Wno-missing-field-initializers" ) end