mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
9 lines
225 B
Text
9 lines
225 B
Text
--- libs/Makefile.lib.common.orig 2019-02-27 16:25:45 UTC
|
|
+++ libs/Makefile.lib.common
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-CFLAGS += -Wall -O3
|
|
+CFLAGS?= -Wall -O3
|
|
|
|
ifeq ($(DEBUG_POLICY),DEBUG)
|
|
CPPFLAGS += -g # enable for general debugging
|