]> git.pld-linux.org Git - packages/upx.git/blob - upx-opt.patch
- updated for upx 1.20
[packages/upx.git] / upx-opt.patch
1 diff -Nur upx-1.20.orig/src/Makefile upx-1.20/src/Makefile
2 --- upx-1.20.orig/src/Makefile  Wed May 23 16:56:13 2001
3 +++ upx-1.20/src/Makefile       Sat Jul  7 05:05:59 2001
4 @@ -111,12 +111,12 @@
5  CFLAGS_WERROR =
6  CFLAGS_W  = $(CFLAGS_WERROR)
7  CFLAGS_W += -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wwrite-strings
8 -CFLAGS_M  =
9 +CFLAGS_M  = -march=i386
10  ##CFLAGS_M += -fno-builtin
11  ##CFLAGS_M += -malign-functions=0 -malign-jumps=0 -malign-loops=0
12  ##CFLAGS_O  = -Os -fstrict-aliasing
13  ##CFLAGS_O  = -O2 -fstrict-aliasing
14 -CFLAGS_O  = -O2 -fno-strict-aliasing
15 +#CFLAGS_O  = -O2 -fno-strict-aliasing
16  
17  CFLAGS    = $(CFLAGS_W) $(CFLAGS_M) $(CFLAGS_O)
18  CXXFLAGS  = $(CFLAGS) -Wsynth -fconserve-space
This page took 0.102578 seconds and 3 git commands to generate.