From 931de7809213903c2a349c93b049afebda2b0242 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 7 Mar 2019 02:41:26 +0100 Subject: Deactivated color to fix #5 temporarily --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c948060..4a44197 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = /usr/bin/g++ -CFLAGS = -Wall -std=c++11 -shared -fPIC +CFLAGS = -Wall -g -std=c++11 -shared -fPIC DEBUGFLAGS = -Wall -g -std=c++11 LDFLAGS = SONAME = engine -- cgit v1.2.3