From: bbahnsen Date: Fri, 19 May 2006 15:30:06 +0000 (+0000) Subject: StrGather does not run correctly on OS X. Turning on debug so that is can be fixed. X-Git-Tag: edk2-stable201903~25477 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1c3aec0c26796f274d335a6f6f7bf67be3ec3af2 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 --- 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">