aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-07 02:41:26 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-07 02:41:26 +0100
commit931de7809213903c2a349c93b049afebda2b0242 (patch)
treeed7aa07802bd559e9213ae7c6e0e5a95fa8f2230 /Makefile
parent99249ba62bcdfbe300c6ab7db02088d8d1e118c4 (diff)
downloadtermgl-931de7809213903c2a349c93b049afebda2b0242.tar.gz
Deactivated color to fix #5 temporarily
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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