mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
12 lines
492 B
Plaintext
12 lines
492 B
Plaintext
--- src/Makefile.in.orig 2022-10-01 15:24:39 UTC
|
|
+++ src/Makefile.in
|
|
@@ -7,7 +7,7 @@ ARCHFLAGS = {ARCHFLAGS}
|
|
ARCHLIBS = {ARCHLIBS}
|
|
DEBUGFLAGS = {DEBUGFLAGS}
|
|
|
|
-COMMONGCCOPTS = -Wall -Wno-unused -Wno-format -Wmissing-prototypes -Wstrict-prototypes -fno-exceptions -O2
|
|
+COMMONGCCOPTS = -Wno-unused -Wno-format -Wmissing-prototypes -Wstrict-prototypes -fno-exceptions
|
|
|
|
TARGETCFLAGS = -fomit-frame-pointer $(COMMONGCCOPTS) $(DEBUGFLAGS) $(ARCHFLAGS)
|
|
LIBRARIES = -lm $(AUDIOLIBS) $(ARCHLIBS)
|