[openib-general] [PATCH] OpenSM: Change debug build options for better debug
Hal Rosenstock
halr at voltaire.com
Sun Nov 20 06:28:56 PST 2005
OpenSM: Change debug build options for better debug
Signed-off-by: Hal Rosenstock <halr at voltaire.com>
Index: complib/Makefile.am
===================================================================
--- complib/Makefile.am (revision 4088)
+++ complib/Makefile.am (working copy)
@@ -4,7 +4,7 @@
lib_LTLIBRARIES = libosmcomp.la
if DEBUG
-DBGFLAGS = -g -O0 -D_DEBUG_
+DBGFLAGS = -ggdb -D_DEBUG_
else
DBGFLAGS = -g -O2
endif
Index: libvendor/Makefile.am
===================================================================
--- libvendor/Makefile.am (revision 4088)
+++ libvendor/Makefile.am (working copy)
@@ -2,7 +2,7 @@
SUBDIRS = .
if DEBUG
-DBGFLAGS = -g -O0 -D_DEBUG_
+DBGFLAGS = -ggdb -D_DEBUG_
else
DBGFLAGS = -g -O2
endif
Index: opensm/Makefile.am
===================================================================
--- opensm/Makefile.am (revision 4088)
+++ opensm/Makefile.am (working copy)
@@ -6,7 +6,7 @@
lib_LTLIBRARIES = libopensm.la
if DEBUG
-DBGFLAGS = -g -O0 -D_DEBUG_
+DBGFLAGS = -ggdb -D_DEBUG_
else
DBGFLAGS = -g -O2
endif
Index: osmtest/Makefile.am
===================================================================
--- osmtest/Makefile.am (revision 4088)
+++ osmtest/Makefile.am (working copy)
@@ -1,6 +1,6 @@
if DEBUG
-DBGFLAGS = -g -O0 -D_DEBUG_
+DBGFLAGS = -ggdb -D_DEBUG_
else
DBGFLAGS = -g -O2
endif
More information about the general
mailing list