summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/StrGather/build.xml
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-19 18:48:21 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-19 18:48:21 +0000
commitb7b99c7662fc6d6689927fbf6cc30bd46f6ab2f5 (patch)
tree2abd99d92a2e73eabf53803fba21f0c7629a2c2c /Tools/Source/TianoTools/StrGather/build.xml
parent198677151856302012f146116b5f4ebda21616b0 (diff)
downloadedk2-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/StrGather/build.xml')
-rw-r--r--Tools/Source/TianoTools/StrGather/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/StrGather/build.xml b/Tools/Source/TianoTools/StrGather/build.xml
index 7e4a96731d..f01117777a 100644
--- a/Tools/Source/TianoTools/StrGather/build.xml
+++ b/Tools/Source/TianoTools/StrGather/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="-fshort-wchar" if="gcc"/>