aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-09-05 07:14:09 +0000
committerChristian Grothoff <christian@grothoff.org>2008-09-05 07:14:09 +0000
commitd81037354ed626e20d0e6d89bd5ec7a60055dfdf (patch)
tree718936b3bd7e0e20814b1d257d70f06626f0226c
parent4f3066577684a4daa70da52366276a18c6824bf1 (diff)
downloadlibmicrohttpd-d81037354ed626e20d0e6d89bd5ec7a60055dfdf.tar.gz
libmicrohttpd-d81037354ed626e20d0e6d89bd5ec7a60055dfdf.zip
explain
-rw-r--r--src/daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 781220c8..05aa065c 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -15,6 +15,7 @@ AM_CPPFLAGS = \
15-I$(GCRYPT_CPPFLAGS) 15-I$(GCRYPT_CPPFLAGS)
16 16
17if HAVE_GNU_LD 17if HAVE_GNU_LD
18# If you want to debug with gdb, comment out this line:
18# retaincommand=-Wl,--retain-symbols-file -Wl,$(srcdir)/SYMBOLS 19# retaincommand=-Wl,--retain-symbols-file -Wl,$(srcdir)/SYMBOLS
19endif 20endif
20 21