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/CreateMtFile/build.xml | |
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/CreateMtFile/build.xml')
-rw-r--r-- | Tools/Source/TianoTools/CreateMtFile/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/CreateMtFile/build.xml b/Tools/Source/TianoTools/CreateMtFile/build.xml index c2aa2f2579..b2272244cd 100644 --- a/Tools/Source/TianoTools/CreateMtFile/build.xml +++ b/Tools/Source/TianoTools/CreateMtFile/build.xml @@ -37,7 +37,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <cc name="${ToolChain}" objdir="${BUILD_DIR}"
outfile="${BIN_DIR}/${ToolName}"
outtype="executable"
- debug="false">
+ optimize="speed"
+ debug="true">
<compilerarg value="${ExtraArgus}" if="ExtraArgus" />
<fileset dir="${basedir}/${ToolName}"
|