Skip to content
Snippets Groups Projects
Commit 0a72bda9 authored by Phil Schwan's avatar Phil Schwan
Browse files

As long as we have lustre hack flags, let's at least compile with -O0,

which makes debugging at least theoretically possible.
parent 657f880b
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ endif ...@@ -49,7 +49,7 @@ endif
if WITH_LUSTRE_HACK if WITH_LUSTRE_HACK
# it would be better that let configure script check this # it would be better that let configure script check this
OPTIONAL_LUSTRE_CFLAGS = -fPIC OPTIONAL_LUSTRE_CFLAGS = -fPIC -O0
endif endif
AM_CFLAGS = $(OPTIONAL_LUSTRE_CFLAGS) AM_CFLAGS = $(OPTIONAL_LUSTRE_CFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment