blob: 93c9018007332bf7047c5fdd2cf8546aff0250ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Remove hardcoded optimization flags.
--- libdiscmage/Makefile.in.orig 2021-12-17 09:58:17 UTC
+++ libdiscmage/Makefile.in
@@ -23,7 +23,7 @@ INSTALL_DATA=@INSTALL_DATA@
ifeq ($(CC),cc)
CC=@CC@
endif
-CFLAGS0:=$(CFLAGS) -I. -Wall -W -Wno-implicit-fallthrough -O3 @DEFS@
+CFLAGS0:=$(CFLAGS) -I. -Wall -W -Wno-implicit-fallthrough @DEFS@
ifneq ($(findstring clang,$(CC)),clang)
CFLAGS0+=-Wno-format-truncation -Wno-stringop-overflow
endif
|