From 0a72bda9367e55c5832235df5acf9d451a92bb46 Mon Sep 17 00:00:00 2001
From: phil <phil>
Date: Fri, 20 May 2005 22:53:54 +0000
Subject: [PATCH] As long as we have lustre hack flags, let's at least compile
 with -O0, which makes debugging at least theoretically possible.

---
 libsysio/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsysio/Makefile.am b/libsysio/Makefile.am
index dfa4f9ebfc..43c736a7eb 100644
--- a/libsysio/Makefile.am
+++ b/libsysio/Makefile.am
@@ -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)
-- 
GitLab