OpenSM: Change debug build options for better debug Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>
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 _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
