]> git.pld-linux.org Git - packages/ascal.git/blame - ascal-optimization.patch
- add patch1 (fixes optimization confusion)
[packages/ascal.git] / ascal-optimization.patch
CommitLineData
f53ad5b4 1--- ascal-0.1.1/configure.ac 2006-12-30 01:54:39.000000000 +0100
2+++ ascal-0.1.1/configure.ac-new 2007-11-01 01:41:27.417445220 +0100
3@@ -65,7 +65,7 @@
4 CPPFLAGS="$CPPFLAGS -g -O0"
5 else
6 CPPFLAGS=[`echo "$CXXFLAGS" | $SED -e 's/-O[0-9]*//g'`]
7- CPPFLAGS="$CPPFLAGS -O3"
8+ CPPFLAGS="$CPPFLAGS"
9 fi
10
11 AC_ARG_ENABLE(Werror,
This page took 0.10954 seconds and 4 git commands to generate.