]> 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:40 +0000 (18:46 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Sep 2006 18:46:40 +0000 (18:46 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1560 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/TianoTools/CompressDll/build.xml

index 2dcfea7b1375c25cf3aafc73b2c3232364d59fc2..5043d127d5a2bc00f19ef65be67cfab2bb979f3e 100644 (file)
@@ -40,6 +40,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     <cc name="${ToolChain}" \r
       objdir="${BUILD_DIR}" \r
       outtype="shared" \r
+      debug="true"\r
       optimize="speed" \r
       outfile="${BIN_DIR}/${LibName}"\r
       outputfileproperty="result"\r