Removed the debug gcc flags
authorAaron Marcher <info@nulltime.net>
Tue, 16 Aug 2016 15:34:50 +0000 (17:34 +0200)
committerAaron Marcher (drkhsh) <info@nulltime.net>
Tue, 16 Aug 2016 15:34:50 +0000 (17:34 +0200)
config.mk

index 4888003d672aaba9d3fc79a43c42984ffbd8b9b9..cdb9656ef69ef076866a17e7fc6735844046f6b5 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -16,9 +16,9 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
-CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
 #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -g ${LIBS}
+LDFLAGS = ${LIBS}
 #LDFLAGS = -s ${LIBS}
 
 # Solaris