fix_cflags.patch 407 B

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