From 2fc9a2e865f79a89633b76ef53f66752fb6c20b7 Mon Sep 17 00:00:00 2001 From: Frederic Date: Mon, 7 Jan 2019 09:30:02 +0100 Subject: [PATCH] Adding the correct flag for the compilation under linux so that we don't do this mistake (#19) again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c618b1..adf6edc 100755 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ debug: INCS += -D_DEBUG debug: CFLAGS += -Wall debug: bin -release: CFLAGS += -O3 #-static +release: CFLAGS += -O3 -static release: CFLAGS += -DVERSIONGIT=\"$(GIT_VERSION)\" release: bin