]> git.pld-linux.org Git - packages/d1x.git/blame - d1x-opt.patch
- fix for build on !ix86
[packages/d1x.git] / d1x-opt.patch
CommitLineData
2731beaf
JB
1--- d1x/rules.mak.orig Thu Nov 2 04:17:27 2000
2+++ d1x/rules.mak Sun May 19 01:00:44 2002
3@@ -45,9 +45,9 @@
4 LINKLIBS += -lm
5 endif
6 ifdef DEBUG
7-CFLAGS = -g -c -Wall -O -funsigned-char -I$(TOPDIR)/include
8+CFLAGS = -c -Wall $(OPTFLAGS) -funsigned-char -I$(TOPDIR)/include
9 else #!DEBUG
10-CFLAGS = -g -c -Wall -O3 -funsigned-char -I$(TOPDIR)/include -DNDEBUG
11+CFLAGS = -c -Wall $(OPTFLAGS) -funsigned-char -I$(TOPDIR)/include -DNDEBUG
12 ifndef DEBUGABLE
13 CFLAGS += -fomit-frame-pointer
14 endif #!DEBUGABLE
This page took 0.024053 seconds and 4 git commands to generate.