]> git.pld-linux.org Git - packages/xerces-c.git/blame - xerces-c-opt.patch
- tabs in preamble
[packages/xerces-c.git] / xerces-c-opt.patch
CommitLineData
43149a69
JB
1--- xerces-c-src_2_7_0/src/xercesc/runConfigure.orig 2005-09-07 17:55:53.000000000 +0200
2+++ xerces-c-src_2_7_0/src/xercesc/runConfigure 2006-02-10 21:49:30.877897750 +0100
3@@ -270,13 +270,13 @@
4 echo "NATIVE OS400 BUILD"
5 debugflag="-DNDEBUG";
6 elif test $platform = "irix"; then
7- debugflag="-w -O2 -DNDEBUG";
8+ debugflag="-w -DNDEBUG";
9 elif test $platform = "aix"; then
10- debugflag="-w -O2 -DNDEBUG";
11+ debugflag="-w -DNDEBUG";
12 elif test $platform = "os390"; then
13 debugflag="-DNDEBUG";
14 else
15- debugflag="-w -O -DNDEBUG";
16+ debugflag="-w -DNDEBUG";
17 fi
18 else
19 echo "OVERRIDE FOR OS400 ON AIX"
This page took 0.085994 seconds and 4 git commands to generate.