diff options
-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}"
|