summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-19 15:30:06 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-19 15:30:06 +0000
commit1c3aec0c26796f274d335a6f6f7bf67be3ec3af2 (patch)
tree70a0490212c5364fcd9f93830490387e7ed8cbbf /Tools/Source/TianoTools
parentab191ed4ff076618752e01c64db867b0829e5211 (diff)
downloadedk2-1c3aec0c26796f274d335a6f6f7bf67be3ec3af2.zip
edk2-1c3aec0c26796f274d335a6f6f7bf67be3ec3af2.tar.gz
edk2-1c3aec0c26796f274d335a6f6f7bf67be3ec3af2.tar.bz2
StrGather does not run correctly on OS X. Turning on debug so that is can be fixed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@206 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools')
-rw-r--r--Tools/Source/TianoTools/StrGather/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/StrGather/build.xml b/Tools/Source/TianoTools/StrGather/build.xml
index 0ad1259..0f5422d 100644
--- a/Tools/Source/TianoTools/StrGather/build.xml
+++ b/Tools/Source/TianoTools/StrGather/build.xml
@@ -84,7 +84,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
outfile="${BIN_DIR}/${ToolName}"
outtype="executable"
libtool="${haveLibtool}"
- optimize="speed">
+ debug="true">
<fileset dir="${basedir}/${ToolName}"
includes="${FileSet}"