summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-19 18:46:15 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-19 18:46:15 +0000
commita6b6b67a487999f2adb8f1225e1f4d7ebb02cb70 (patch)
treea8320f84b12e4ca7774f63eebb081675e0c143ec /Tools
parent34f40a4aca2cb379ccbaaa9feb6fbcccefe1d8c5 (diff)
downloadedk2-a6b6b67a487999f2adb8f1225e1f4d7ebb02cb70.zip
edk2-a6b6b67a487999f2adb8f1225e1f4d7ebb02cb70.tar.gz
edk2-a6b6b67a487999f2adb8f1225e1f4d7ebb02cb70.tar.bz2
Enable source level debug of all tools
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1559 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r--Tools/Source/TianoTools/Common/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Source/TianoTools/Common/build.xml b/Tools/Source/TianoTools/Common/build.xml
index 386698c..902f677 100644
--- a/Tools/Source/TianoTools/Common/build.xml
+++ b/Tools/Source/TianoTools/Common/build.xml
@@ -38,6 +38,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<cc name="${ToolChain}" objdir="${BUILD_DIR}"
outfile="${LIB_DIR}/CommonTools"
outtype="static"
+ debug="true"
optimize="speed">
<compilerarg value="${ExtraArgus}" if="ExtraArgus" />
<compilerarg value="-fPIC" if="x86_64_linux"/>