author | Don Pellegrino <don@drexel.edu> | 2009-07-09 18:44:12 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-07-09 18:44:12 (GMT) |
commit | 54d19650260ebcf7c6ffcf0a86a98807a81fba15 (patch) (side-by-side diff) | |
tree | 0b9c3d78f33aced267eb8281ce69bb9032b2a570 | |
parent | db60aaf584cac612f02d8b1cf68f9764725dddb6 (diff) | |
download | exp005-54d19650260ebcf7c6ffcf0a86a98807a81fba15.zip exp005-54d19650260ebcf7c6ffcf0a86a98807a81fba15.tar.gz exp005-54d19650260ebcf7c6ffcf0a86a98807a81fba15.tar.bz2 |
Added -ggdb flag to facilitate debugging in GDB.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eaa80b9..6e20122 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,7 +65,7 @@ noinst_HEADERS = \ # util/amd_performance_monitor/ati_counter_info.h # util/amd_performance_monitor/ati_get_group_and_counter_list.h -AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi +AM_CFLAGS = -Wall -ggdb -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi # DB2 Precompiler for Embedded SQL %.c : %.sqc |