[Ocfs2-tools-commits] manish commits r900 - trunk/ocfs2console/ocfs2interface

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 19 16:44:11 CDT 2005


Author: manish
Date: 2005-05-19 16:44:09 -0500 (Thu, 19 May 2005)
New Revision: 900

Modified:
   trunk/ocfs2console/ocfs2interface/Makefile
Log:
Enable optimization on the python extensions


Modified: trunk/ocfs2console/ocfs2interface/Makefile
===================================================================
--- trunk/ocfs2console/ocfs2interface/Makefile	2005-05-19 21:43:49 UTC (rev 899)
+++ trunk/ocfs2console/ocfs2interface/Makefile	2005-05-19 21:44:09 UTC (rev 900)
@@ -40,7 +40,6 @@
 GLIB_CPPFLAGS = $(GLIB_CFLAGS) -DG_DISABLE_DEPRECATED
 
 OPTIMIZE = -O2
-OPTIMIZE = -O0
 
 CFLAGS += $(OPTIMIZE)
 



More information about the Ocfs2-tools-commits mailing list