summarylogtreecommitdiffstats
path: root/fix_cflags.patch
blob: 472bfc9f5d18e4f5df178cc07d428a73f81423d1 (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/Makefile b/Makefile
index 98d3b4d..ff1b937 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-Wall -Wno-strict-aliasing -std=gnu11 -g -I. -O0
+CFLAGS+=-Wall -Wno-strict-aliasing -std=gnu11 -I.
 OBJS=cpp.o debug.o dict.o gen.o lex.o vector.o parse.o buffer.o map.o \
      error.o path.o file.o set.o
 TESTS := $(patsubst %.c,%.bin,$(filter-out test/testmain.c,$(wildcard test/*.c)))