diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-25 13:42:12 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-25 13:42:12 +0000 |
commit | 2a336de4cd0d2f9cbb2547dbe7b4ff278446b89a (patch) | |
tree | a8e9a9af8dd10e408c56d08ed3c5c659071996e0 /Source | |
parent | aad398a70ce0249440bf5f6e564be39b05f01801 (diff) | |
download | strongswan-2a336de4cd0d2f9cbb2547dbe7b4ff278446b89a.tar.bz2 strongswan-2a336de4cd0d2f9cbb2547dbe7b4ff278446b89a.tar.xz |
- added debugging CFLAG
Diffstat (limited to 'Source')
-rw-r--r-- | Source/charon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/Makefile b/Source/charon/Makefile index f525822d0..72b84f88c 100644 --- a/Source/charon/Makefile +++ b/Source/charon/Makefile @@ -18,7 +18,7 @@ MAIN_DIR= ./ LDFLAGS= -lgmp -lpthread -CFLAGS+= -Wall -Werror -DLEAK_DETECTIVE -I. +CFLAGS+= -Wall -Werror -DLEAK_DETECTIVE -I. -g # objects is extended by each included Makefile OBJS= |