[jboss-cvs] JBoss Messaging SVN: r4875 - in branches/Branch_JBMESSAGING-1314/native: bin and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 26 17:16:37 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-08-26 17:16:37 -0400 (Tue, 26 Aug 2008)
New Revision: 4875

Modified:
   branches/Branch_JBMESSAGING-1314/native/bin/libJBMLibAIO64.so
   branches/Branch_JBMESSAGING-1314/native/configure.ac
Log:
Changing compilation options

Modified: branches/Branch_JBMESSAGING-1314/native/bin/libJBMLibAIO64.so
===================================================================
(Binary files differ)

Modified: branches/Branch_JBMESSAGING-1314/native/configure.ac
===================================================================
--- branches/Branch_JBMESSAGING-1314/native/configure.ac	2008-08-26 18:56:15 UTC (rev 4874)
+++ branches/Branch_JBMESSAGING-1314/native/configure.ac	2008-08-26 21:16:37 UTC (rev 4875)
@@ -1,7 +1,6 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ(2.61)
 AC_INIT([jboss-messaging-native], [1.0.Alpha],[clebert.suconic at jboss.org])
 AC_CONFIG_AUX_DIR([build-aux])
 
@@ -23,7 +22,8 @@
 	
 
 gl_COMPILER_FLAGS(-Werror)
-gl_COMPILER_FLAGS(-g)
+#gl_COMPILER_FLAGS(-g) -- enable this for debug
+gl_COMPILER_FLAGS(-O3)
 gl_COMPILER_FLAGS(-pedantic)
 gl_COMPILER_FLAGS(-Wall)
 gl_COMPILER_FLAGS(-Wextra)




More information about the jboss-cvs-commits mailing list