mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
11 lines
272 B
Makefile
11 lines
272 B
Makefile
--- src/Makefile.mk.orig 2021-12-07 20:32:53 UTC
|
|
+++ src/Makefile.mk
|
|
@@ -163,7 +163,7 @@ endif
|
|
# Default FLAGS
|
|
|
|
ifndef SUNPRO
|
|
- CFLAGS += -Wall -g3 -O3 -fno-strict-aliasing
|
|
+ CFLAGS += -Wall -fno-strict-aliasing
|
|
endif
|
|
CFLAGS += $(X_FLAGS)
|
|
LDFLAGS += $(X_FLAGS)
|