summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 0f796e3a..ff903aa8 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -625,8 +625,7 @@
optimize="${c.compiler.optimise}"
debug="${c.compiler.debug}"
multithreaded="true"
- exceptions="false"
- rtti="false">
+ exceptions="false">
<fileset dir="${project.root}">
<patternset refid="c.src.files"/>