]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/CompressDll/build.xml
Enable source level debug of all tools
[mirror_edk2.git] / Tools / Source / TianoTools / CompressDll / build.xml
index 7af7c8119ae5704729ebc87bb02e38240be4466a..5043d127d5a2bc00f19ef65be67cfab2bb979f3e 100644 (file)
@@ -40,11 +40,12 @@ 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
       >\r
-      <compilerarg value="${ExtraArgus}" />\r
+      <compilerarg value="${ExtraArgus}" if="ExtraArgus" />\r
       <fileset dir="${LibName}" includes="${LibFileSet}" defaultexcludes="TRUE" excludes="*.xml *.inf"/>\r
       <includepath path="${PACKAGE_DIR}/Include"/>\r
       <includepath path="${PACKAGE_DIR}/Include/${HostArch}"/>\r