]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Enable source level debug of all tools
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Sep 2006 18:46:15 +0000 (18:46 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Sep 2006 18:46:15 +0000 (18:46 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1559 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/TianoTools/Common/build.xml

index 386698c3be5bcb7089cc1c00350430f2fb16d168..902f677d1d17b2b01b80b9f8ec47e121ed626f1b 100644 (file)
@@ -38,6 +38,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     <cc name="${ToolChain}" objdir="${BUILD_DIR}" \r
         outfile="${LIB_DIR}/CommonTools"\r
         outtype="static"\r
+        debug="true"\r
         optimize="speed">\r
       <compilerarg value="${ExtraArgus}" if="ExtraArgus" />\r
       <compilerarg value="-fPIC" if="x86_64_linux"/>\r