[Ocfs2-tools-commits] manish commits r628 - in trunk: extras tunefs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Feb 2 13:44:43 CST 2005


Author: manish
Date: 2005-02-02 13:44:41 -0600 (Wed, 02 Feb 2005)
New Revision: 628

Modified:
   trunk/extras/Makefile
   trunk/tunefs.ocfs2/Makefile
Log:
We don't really need -fno-strict-aliasing


Modified: trunk/extras/Makefile
===================================================================
--- trunk/extras/Makefile	2005-02-02 19:42:36 UTC (rev 627)
+++ trunk/extras/Makefile	2005-02-02 19:44:41 UTC (rev 628)
@@ -9,7 +9,7 @@
 OPTS = -g
 endif
 
-CFLAGS = $(OPTS) -fno-strict-aliasing $(WARNINGS) 
+CFLAGS = $(OPTS) $(WARNINGS) 
 
 UNINST_PROGRAMS = find_hardlinks find_dup_extents find_inode_paths set_random_bits
 

Modified: trunk/tunefs.ocfs2/Makefile
===================================================================
--- trunk/tunefs.ocfs2/Makefile	2005-02-02 19:42:36 UTC (rev 627)
+++ trunk/tunefs.ocfs2/Makefile	2005-02-02 19:44:41 UTC (rev 628)
@@ -11,7 +11,7 @@
 OPTS = -O2
 endif
 
-CFLAGS = $(OPTS) -fno-strict-aliasing $(WARNINGS) 
+CFLAGS = $(OPTS) $(WARNINGS) 
 
 LIBOCFS2_LIBS = -L$(TOPDIR)/libocfs2 -locfs2
 LIBOCFS2_DEPS = $(TOPDIR)/libocfs2/libocfs2.a



More information about the Ocfs2-tools-commits mailing list