diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-09-13 17:17:09 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-09-20 16:26:05 +0200 |
commit | 6250e813ca8f4a70e3f96f13c08415548de62e52 (patch) | |
tree | b7cbbd2b21427e411e6e72b53e856297034df316 | |
parent | fd2ade993580511a45fd53b7d1376df5f23a5f8b (diff) | |
download | strongswan-6250e813ca8f4a70e3f96f13c08415548de62e52.tar.bz2 strongswan-6250e813ca8f4a70e3f96f13c08415548de62e52.tar.xz |
charon-tkm: Build C code with debug information
-rw-r--r-- | src/charon-tkm/build_common.gpr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charon-tkm/build_common.gpr b/src/charon-tkm/build_common.gpr index 102f6b7a2..459519564 100644 --- a/src/charon-tkm/build_common.gpr +++ b/src/charon-tkm/build_common.gpr @@ -9,7 +9,8 @@ project Build_Common is C_Compiler_Switches := ("-W", "-Wall", - "-Wno-unused-parameter"); + "-Wno-unused-parameter", + "-g"); Ada_Compiler_Switches := ("-gnatwale", "-gnatygAdISuxo", "-gnata", |