mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 23:48:46 +00:00
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:
parent
c27ac43dda
commit
6a11d18b06
2 changed files with 5 additions and 1 deletions
|
@ -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()
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue