]> git.pld-linux.org Git - packages/d1x.git/blob - d1x-opt.patch
- tabs in preamble
[packages/d1x.git] / d1x-opt.patch
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.064156 seconds and 3 git commands to generate.