blob: 9c2edcc1047382f32a72c1628689db7ce0253c46 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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
|