diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 15:30:06 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 15:30:06 +0000 |
commit | 1c3aec0c26796f274d335a6f6f7bf67be3ec3af2 (patch) | |
tree | 70a0490212c5364fcd9f93830490387e7ed8cbbf /Tools | |
parent | ab191ed4ff076618752e01c64db867b0829e5211 (diff) | |
download | edk2-platforms-1c3aec0c26796f274d335a6f6f7bf67be3ec3af2.tar.xz |
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')
-rw-r--r-- | Tools/Source/TianoTools/StrGather/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/StrGather/build.xml b/Tools/Source/TianoTools/StrGather/build.xml index 0ad1259f33..0f5422d4f8 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}"
|