summaryrefslogtreecommitdiff
path: root/Tools/CCode/Source/GenFvMap/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/CCode/Source/GenFvMap/build.xml')
-rw-r--r--Tools/CCode/Source/GenFvMap/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/CCode/Source/GenFvMap/build.xml b/Tools/CCode/Source/GenFvMap/build.xml
index 6c236bf..4d7e155 100644
--- a/Tools/CCode/Source/GenFvMap/build.xml
+++ b/Tools/CCode/Source/GenFvMap/build.xml
@@ -40,6 +40,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
optimize="speed">
<compilerarg value="${ExtraArgus}" if="ExtraArgus" />
<compilerarg value="/EHsc" unless="GCC"/>
+ <compilerarg value="/Za" unless="GCC"/>
<fileset dir="${basedir}/${ToolName}"
includes="${FileSet}"