]> git.pld-linux.org Git - packages/upx.git/commitdiff
- removed fancy optimizations
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Dec 2000 14:39:12 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    upx-opt.patch -> 1.1

upx-opt.patch [new file with mode: 0644]

diff --git a/upx-opt.patch b/upx-opt.patch
new file mode 100644 (file)
index 0000000..c60aa2a
--- /dev/null
@@ -0,0 +1,20 @@
+--- upx-1.04/src/Makefile~     Tue Dec 19 21:30:17 2000
++++ upx-1.04/src/Makefile      Tue Dec 26 00:12:24 2000
+@@ -93,7 +93,7 @@
+ ###
+ ##CFLAGS_O  = -Os
+-CFLAGS_O  = -O2
++#CFLAGS_O  = -O2
+ ##CFLAGS_WERROR = -Werror
+ CFLAGS_W  = $(CFLAGS_WERROR)
+ CFLAGS_W += -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wwrite-strings
+@@ -177,7 +177,7 @@
+ e =
+ DEFS += '-DUPX_CONFIG_H="config_h/linux.h"'
+ CFLAGS_M += -mno-schedule-prologue
+-CFLAGS_M += -march=i386 -mcpu=pentium
++CFLAGS_M += -march=i386
+ CFLAGS_WERROR = -Werror
+ LDLIBS += -lmcheck
This page took 0.051068 seconds and 4 git commands to generate.