blob: e6beda82572ba2c35a8e88f0972c043a0d22f8c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Remove hardcoded optimization flags.
--- backup/libcd64/Makefile.orig 2021-12-17 09:47:00 UTC
+++ backup/libcd64/Makefile
@@ -10,7 +10,7 @@ endif
ifdef DEBUG
CFLAGS+=-pg -g -pedantic -ansi -DDEBUG
else
-CFLAGS+=-O3 -funroll-loops
+CFLAGS+=-funroll-loops
ifneq ($(findstring clang,$(CC)),clang)
CFLAGS+=-fexpensive-optimizations
endif
|