summarylogtreecommitdiffstats
path: root/pedantic2.patch
blob: 8571be17badd10b3fd7bac0908ba9367147cc22d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/c/Makefile b/c/Makefile
index e6fa6f7..b496c1d 100644
--- a/c/Makefile
+++ b/c/Makefile
@@ -86,7 +86,7 @@ obj = beq.o \
 CC = gcc # gcc clang
 AR = ar # ar llvm-ar-13

-CPPFLAGS += -g -Wall -pedantic -O3 -ffast-math
+CPPFLAGS += -g -Wall -O3 -ffast-math -fpermissive
 CFLAGS += -D_POSIX_C_SOURCE=200809 -std=c11

 %.o : %.c %.h