Whamcloud - gitweb
As long as we have lustre hack flags, let's at least compile with -O0,
[fs/lustre-release.git] / 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
-OPTIONAL_LUSTRE_CFLAGS = -fPIC
+OPTIONAL_LUSTRE_CFLAGS = -fPIC -O0
 endif
 
 AM_CFLAGS = $(OPTIONAL_LUSTRE_CFLAGS)