From e4c48f4ca5a10dc691ec7bce465ec82ad18fb286 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Fri, 19 May 2006 23:23:33 +0000 Subject: Do not build with debug. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@221 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/Source/TianoTools/StrGather/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/Source/TianoTools/StrGather/build.xml') diff --git a/Tools/Source/TianoTools/StrGather/build.xml b/Tools/Source/TianoTools/StrGather/build.xml index 0f5422d4f8..0bee87089f 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}" - debug="true"> + debug="false">