From 1c3aec0c26796f274d335a6f6f7bf67be3ec3af2 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Fri, 19 May 2006 15:30:06 +0000 Subject: [PATCH] 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 --- Tools/Source/TianoTools/StrGather/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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">