]> git.pld-linux.org Git - packages/freecraft.git/blame - freecraft-opt.patch
- removed invalid Application category
[packages/freecraft.git] / freecraft-opt.patch
CommitLineData
abbe1d33 1--- freecraft-030226/setup.orig Thu Feb 27 06:58:07 2003
2+++ freecraft-030226/setup Fri Feb 28 17:35:43 2003
3@@ -131,9 +131,9 @@
2a215329
JB
4
5 # Choose optimization level
6 #DEBUG_CFLAGS="-g -O0 -fsigned-char \$(PROFILE) -pipe -Wall -Werror \$(IFLAGS) \$(DFLAGS)"
7-DEBUG_CFLAGS="-g -O1 -fsigned-char -Wall -Werror \$(IFLAGS) \$(DFLAGS)"
8+DEBUG_CFLAGS="$OPTFLAGS -fsigned-char -Wall -Werror \$(IFLAGS) \$(DFLAGS)"
9 #-- Production (default)
10-CFLAGS="-O2 -pipe -fsigned-char -fomit-frame-pointer -fconserve-space -fexpensive-optimizations -ffast-math \$(IFLAGS) \$(DFLAGS)"
11+CFLAGS="$OPTFLAGS -pipe -fsigned-char -fconserve-space -fexpensive-optimizations -ffast-math \$(IFLAGS) \$(DFLAGS)"
abbe1d33 12 #-- High Optimization
13 HIGHOPT="-O3 -pipe -fsigned-char -fomit-frame-pointer -foptimize-sibling-calls -ffast-math -fstrength-reduce -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop -frerun-loop-opt -fgcse -fgcse-lm -fgcse-sm -fdelete-null-pointer-checks -fexpensive-optimizations -fschedule-insns2 -funroll-loops -frename-registers -fno-cprop-registers \$(IFLAGS) \$(DFLAGS)"
2a215329 14
This page took 0.087051 seconds and 4 git commands to generate.