Fix CFLAGS
authorJens Steube <jens.steube@gmail.com>
Fri, 15 Jan 2016 16:24:20 +0000 (17:24 +0100)
committerJens Steube <jens.steube@gmail.com>
Fri, 15 Jan 2016 16:24:20 +0000 (17:24 +0100)
src/Makefile

index b0c4dfa..eac388d 100644 (file)
@@ -76,8 +76,8 @@ NOW                      := $(shell date +%s)
 ## Compiler flags
 ##
 
-#CFLAGS                   := -O2 -s -pipe -W -Wall -std=c99 -Iinclude/
-CFLAGS                   := -g -ggdb -pipe -W -Wall -std=c99 -Iinclude/ -fsanitize=undefined -fno-omit-frame-pointer
+CFLAGS                   := -O2 -s -pipe -W -Wall -std=c99 -Iinclude/
+#CFLAGS                   := -g -ggdb -pipe -W -Wall -std=c99 -Iinclude/ -fsanitize=undefined -fno-omit-frame-pointer
 
 ##
 ## Native compilation target