Author: jfrederic.clere(a)jboss.com
Date: 2014-09-05 08:01:28 -0400 (Fri, 05 Sep 2014)
New Revision: 3368
Modified:
trunk/build/unix/build.sh
Log:
Comment out CFLAGS=-O2 than break HPUX.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2014-09-05 10:27:25 UTC (rev 3367)
+++ trunk/build/unix/build.sh 2014-09-05 12:01:28 UTC (rev 3368)
@@ -510,8 +510,8 @@
fi
# Is this a wrong place to do this? :-/
-CFLAGS="${CFLAGS} -O2"
-export CFLAGS
+#CFLAGS="${CFLAGS} -O2"
+#export CFLAGS
export has_jk
export has_cluster
Show replies by date