diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 23:23:33 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 23:23:33 +0000 |
commit | e4c48f4ca5a10dc691ec7bce465ec82ad18fb286 (patch) | |
tree | 9a1a3f95ebdffb3f28db5757d8b78a06ede067c0 /Tools | |
parent | c2e4d78faeae40eb6ca2133fdd5deec00e8706b2 (diff) | |
download | edk2-platforms-e4c48f4ca5a10dc691ec7bce465ec82ad18fb286.tar.xz |
Do not build with debug.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@221 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/Source/TianoTools/GenDepex/build.xml | 2 | ||||
-rw-r--r-- | Tools/Source/TianoTools/StrGather/build.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Source/TianoTools/GenDepex/build.xml b/Tools/Source/TianoTools/GenDepex/build.xml index 6c0e11b154..9b4b8952db 100644 --- a/Tools/Source/TianoTools/GenDepex/build.xml +++ b/Tools/Source/TianoTools/GenDepex/build.xml @@ -83,7 +83,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <cc name="${ToolChain}" objdir="${BUILD_DIR}"
outfile="${BIN_DIR}/${ToolName}"
outtype="executable"
- debug="true"
+ debug="false"
optimize="speed">
<fileset dir="${basedir}/${ToolName}"
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">
<fileset dir="${basedir}/${ToolName}"
includes="${FileSet}"
|