diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-19 18:48:21 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-19 18:48:21 +0000 |
commit | b7b99c7662fc6d6689927fbf6cc30bd46f6ab2f5 (patch) | |
tree | 2abd99d92a2e73eabf53803fba21f0c7629a2c2c /Tools/Source/TianoTools/GuidChk | |
parent | 198677151856302012f146116b5f4ebda21616b0 (diff) | |
download | edk2-platforms-b7b99c7662fc6d6689927fbf6cc30bd46f6ab2f5.tar.xz |
Enable source level debug of all tools
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1561 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools/GuidChk')
-rw-r--r-- | Tools/Source/TianoTools/GuidChk/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Source/TianoTools/GuidChk/build.xml b/Tools/Source/TianoTools/GuidChk/build.xml index 619be66497..aec3ad1e9c 100644 --- a/Tools/Source/TianoTools/GuidChk/build.xml +++ b/Tools/Source/TianoTools/GuidChk/build.xml @@ -50,6 +50,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <cc name="${ToolChain}" objdir="${BUILD_DIR}"
outfile="${BIN_DIR}/${ToolName}"
outtype="executable"
+ debug="true"
optimize="speed">
<fileset dir="${basedir}/${ToolName}"
|