[jboss-cvs] JBoss Messaging SVN: r4909 - in trunk/native: bin and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 4 09:33:30 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-09-04 09:33:29 -0400 (Thu, 04 Sep 2008)
New Revision: 4909

Modified:
   trunk/native/bin/libJBMLibAIO32.so
   trunk/native/configure.ac
Log:
Changing compiling settings for better compatibility with older kernels and libaios

Modified: trunk/native/bin/libJBMLibAIO32.so
===================================================================
(Binary files differ)

Modified: trunk/native/configure.ac
===================================================================
--- trunk/native/configure.ac	2008-09-04 11:44:43 UTC (rev 4908)
+++ trunk/native/configure.ac	2008-09-04 13:33:29 UTC (rev 4909)
@@ -24,7 +24,7 @@
 gl_COMPILER_FLAGS(-Werror)
 #gl_COMPILER_FLAGS(-g) -- enable this for debug
 # Compile it with full optimizations
-gl_COMPILER_FLAGS(-O3) 
+#gl_COMPILER_FLAGS(-O3) -- enable this for full optimizations
 gl_COMPILER_FLAGS(-pedantic)
 gl_COMPILER_FLAGS(-Wall)
 gl_COMPILER_FLAGS(-Wextra)




More information about the jboss-cvs-commits mailing list