]> git.pld-linux.org Git - packages/ascal.git/commitdiff
- do not override Ox option
authorshadzik <shadzik@pld-linux.org>
Thu, 1 Nov 2007 00:45:29 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ascal-optimization.patch -> 1.1

ascal-optimization.patch [new file with mode: 0644]

diff --git a/ascal-optimization.patch b/ascal-optimization.patch
new file mode 100644 (file)
index 0000000..2ec6573
--- /dev/null
@@ -0,0 +1,11 @@
+--- ascal-0.1.1/configure.ac   2006-12-30 01:54:39.000000000 +0100
++++ ascal-0.1.1/configure.ac-new       2007-11-01 01:41:27.417445220 +0100
+@@ -65,7 +65,7 @@
+         CPPFLAGS="$CPPFLAGS -g -O0"
+ else
+     CPPFLAGS=[`echo "$CXXFLAGS" | $SED -e 's/-O[0-9]*//g'`]
+-      CPPFLAGS="$CPPFLAGS -O3"
++      CPPFLAGS="$CPPFLAGS"
+ fi
+ AC_ARG_ENABLE(Werror,
This page took 0.085013 seconds and 4 git commands to generate.