mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
15 lines
260 B
Text
15 lines
260 B
Text
--- Makefile.orig 2015-09-01 07:23:10 UTC
|
|
+++ Makefile
|
|
@@ -1,9 +1,9 @@
|
|
-CFLAGS = -I.
|
|
-CFLAGS += -g
|
|
+CFLAGS += -I.
|
|
+#CFLAGS += -g
|
|
#CFLAGS += -pg
|
|
CFLAGS += -Wall
|
|
CFLAGS += --pedantic
|
|
-CFLAGS += -O9
|
|
+#CFLAGS += -O9
|
|
#CFLAGS += -DBLISS_DEBUG
|
|
CFLAGS += -fPIC
|
|
|