blob: fb5cd32f372227412d4c4bd1b34457317ddf7491 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.orig 2020-08-07 00:15:00 UTC
+++ Makefile
@@ -2,8 +2,7 @@
#DDEBUG = -O0 -g -ggdb -DDEBUG=1
-CC = gcc -Wall -Wextra -Wsign-compare -Wconversion -Wmissing-prototypes \
--O3 -std=c99 $(DDEBUG)
+#CC = gcc -Wall -Wextra -Wsign-compare -Wconversion -Wmissing-prototypes -O3 -std=c99 $(DDEBUG)
#CC = icc -Wall -O3 -std=c99 -Wmissing-prototypes $(DDEBUG)
all: check32 check64
|