Whamcloud - gitweb
As long as we have lustre hack flags, let's at least compile with -O0,
authorphil <phil>
Fri, 20 May 2005 22:53:54 +0000 (22:53 +0000)
committerphil <phil>
Fri, 20 May 2005 22:53:54 +0000 (22:53 +0000)
which makes debugging at least theoretically possible.

libsysio/Makefile.am

index dfa4f9e..43c736a 100644 (file)
@@ -49,7 +49,7 @@ endif
 
 if WITH_LUSTRE_HACK
 # it would be better that let configure script check this
 
 if WITH_LUSTRE_HACK
 # it would be better that let configure script check this
-OPTIONAL_LUSTRE_CFLAGS = -fPIC
+OPTIONAL_LUSTRE_CFLAGS = -fPIC -O0
 endif
 
 AM_CFLAGS = $(OPTIONAL_LUSTRE_CFLAGS)
 endif
 
 AM_CFLAGS = $(OPTIONAL_LUSTRE_CFLAGS)