]> git.pld-linux.org Git - packages/freecraft.git/blob - freecraft-opt.patch
19fb287113c895a69d74906d29bf32ca8b757ceb
[packages/freecraft.git] / freecraft-opt.patch
1 --- freecraft-020630/setup.orig Sun Jun 30 21:44:16 2002
2 +++ freecraft-020630/setup      Sat Dec 21 23:33:56 2002
3 @@ -130,9 +130,9 @@
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)"
12  
13  #------------------------------------------------------------------------------
14  # Function declarations
15 @@ -274,7 +274,7 @@
16      WIN32=0
17      CC=cc
18      CCLD=c++
19 -   CFLAGS="-O2 -pipe -fomit-frame-pointer -fconserve-space -fexpensive-optimizations -ffast-math  \$(IFLAGS) \$(DFLAGS) -traditional-cpp"
20 +   CFLAGS="$OPTFLAGS -pipe -fconserve-space -fexpensive-optimizations -ffast-math  \$(IFLAGS) \$(DFLAGS) -traditional-cpp"
21      echo "It appears that you are in a Darwin environment..."
22      echo "Use --beos, --win32 or --unix to override"
23    fi
This page took 0.088365 seconds and 2 git commands to generate.