- Enabled "configure --enable-debug" to suppress optimization, therefore

allowing debugging without the debugger showing the unoptimized source
  while stepping through optimized code.
This commit is contained in:
Paul Beckingham 2008-11-09 01:42:30 -05:00
parent aafcba436e
commit 6d5309527c
5 changed files with 29 additions and 2 deletions

View file

@ -155,7 +155,6 @@ target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
task_SOURCES = Config.cpp Date.cpp T.cpp TDB.cpp Table.cpp Grid.cpp color.cpp parse.cpp task.cpp command.cpp report.cpp util.cpp text.cpp rules.cpp Config.h Date.h T.h TDB.h Table.h Grid.h color.h task.h
AM_CPPFLAGS = -Wall -pedantic -ggdb3 -fno-rtti
all: all-am
.SUFFIXES: