diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-19 18:46:40 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-19 18:46:40 +0000 |
commit | 198677151856302012f146116b5f4ebda21616b0 (patch) | |
tree | 420b998ca3c5c36f28c19b9166a9989ef092ccc0 /Tools/Source | |
parent | a6b6b67a487999f2adb8f1225e1f4d7ebb02cb70 (diff) | |
download | edk2-platforms-198677151856302012f146116b5f4ebda21616b0.tar.xz |
Enable source level debug of all tools
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1560 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source')
-rw-r--r-- | Tools/Source/TianoTools/CompressDll/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Source/TianoTools/CompressDll/build.xml b/Tools/Source/TianoTools/CompressDll/build.xml index 2dcfea7b13..5043d127d5 100644 --- a/Tools/Source/TianoTools/CompressDll/build.xml +++ b/Tools/Source/TianoTools/CompressDll/build.xml @@ -40,6 +40,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <cc name="${ToolChain}"
objdir="${BUILD_DIR}"
outtype="shared"
+ debug="true"
optimize="speed"
outfile="${BIN_DIR}/${LibName}"
outputfileproperty="result"
|