summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index fd045f0845..e6e5cefea0 100644
--- a/build.xml
+++ b/build.xml
@@ -508,7 +508,7 @@ LOCAL DEPENDENCY (FORKJOIN)
includes="**/*.java"
debug="true"
target="1.5" source="1.5">
- <compilerarg line="${javac.args}"/>
+ <compilerarg line="${javac.args} -XDignore.symbol.file"/>
</javac>
<touch file="${build-libs.dir}/forkjoin.complete" verbose="no"/>
<stopwatch name="forkjoin.lib.timer" action="total"/>
@@ -555,7 +555,7 @@ LOCAL DEPENDENCY (FJBG)
includes="**/*.java"
debug="true"
target="1.5" source="1.4">
- <compilerarg line="${javac.args}"/>
+ <compilerarg line="${javac.args} -XDignore.symbol.file"/>
</javac>
<touch file="${build-libs.dir}/fjbg.complete" verbose="no"/>
<stopwatch name="fjbg.lib.timer" action="total"/>