]> git.pld-linux.org Git - packages/fastforward.git/blame_incremental - fastforward-opt.patch
- added gcc4.patch
[packages/fastforward.git] / fastforward-opt.patch
... / ...
CommitLineData
1--- fastforward-1.00/rules.mk.orig Sat Apr 17 12:37:17 1999
2+++ fastforward-1.00/rules.mk Fri Jan 18 12:55:26 2002
3@@ -26,7 +26,7 @@
4 # Point to the electric fence library, assuming DEBUG=1.
5 #
6 ifeq ($(DEBUG),1)
7-EFENCE=-lefence
8+EFENCE=
9 else
10 EFENCE=
11 endif
12@@ -42,13 +42,11 @@
13 ifeq ($(DEBUG),1)
14 CFLAGS += -g -Wall -DDEBUG=1
15 CXXFLAGS +=
16-LDFLAGS += -g
17 else
18-CFLAGS += -g -O6 -DDEBUG=0 -DNDEBUG
19+CFLAGS += -DDEBUG=0 -DNDEBUG
20 #CFLAGS += -fomit-frame-pointer # really evil
21 #CXXFLAGS += -fno-implement-inlines # causes trouble with egcs 1.0
22 CXXFLAGS += -fno-rtti -fno-exceptions
23-LDFLAGS += -g
24 endif
25
26
This page took 0.094523 seconds and 4 git commands to generate.