added -g to include debug info as default

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@28353 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Dave Wetzel 2009-06-15 14:07:31 +00:00
parent c27ac43dda
commit 6a11d18b06
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-06-12 David Wetzel <dave@turbocat.de>
GSWAdaptors/Apache2/GNUmakefile.in
* added -g to include debug info as default
2009-06-12 David Wetzel <dave@turbocat.de>
GSWAdaptors/Apache2/mod_gsw.c:
* removed unused read_sock()

View file

@ -103,7 +103,7 @@ GSW_LDFLAGS = \
# We currently include the CPPFLAGS in the CFLAGS so the
# common makefiles still work.
comma:=,
CFLAGS = $(GSW_CPPFLAGS)
CFLAGS = $(GSW_CPPFLAGS) -g
CFLAGS += $(addprefix -Wc$(comma),$(GSW_CFLAGS))
LDFLAGS = $(addprefix -Wl$(comma),$(GSW_LDFLAGS))