diff options
Diffstat (limited to 'Tools/Source/TianoTools/GenDepex/build.xml')
-rw-r--r-- | Tools/Source/TianoTools/GenDepex/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/GenDepex/build.xml b/Tools/Source/TianoTools/GenDepex/build.xml index 5d3ddaeb8f..568177aa03 100644 --- a/Tools/Source/TianoTools/GenDepex/build.xml +++ b/Tools/Source/TianoTools/GenDepex/build.xml @@ -37,7 +37,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="false"
+ debug="true"
optimize="speed">
<compilerarg value="${ExtraArgus}" if="ExtraArgus" />
|