diff options
Diffstat (limited to 'Tools/Source/TianoTools/FwImage')
-rw-r--r-- | Tools/Source/TianoTools/FwImage/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Source/TianoTools/FwImage/build.xml b/Tools/Source/TianoTools/FwImage/build.xml index 57a9b2abcb..b52c576c34 100644 --- a/Tools/Source/TianoTools/FwImage/build.xml +++ b/Tools/Source/TianoTools/FwImage/build.xml @@ -37,6 +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="true"
optimize="speed">
<compilerarg value="${ExtraArgus}" if="ExtraArgus" />
|