1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/boa/files/patch-aa

14 lines
347 B
Plaintext
Raw Normal View History

--- Makefile.in.orig Sun Feb 13 06:52:45 2000
+++ Makefile.in Thu Mar 30 20:22:55 2000
@@ -12,8 +12,8 @@
# Add -lefence to LDFLAGS to link with ElectricFence
# Add -pg to CFLAGS and LDFLAGS to get profiling output with gcc/gprof
-LDFLAGS = @LIBS@ -g
-CFLAGS = -O -Wall -g
+LDFLAGS = @LIBS@
+CFLAGS = @CFLAGS@
# Change these if necessary