summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index b5f5d07e54..4929a11883 100644
--- a/build.xml
+++ b/build.xml
@@ -487,7 +487,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"/>
</target>
@@ -532,7 +532,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"/>
</target>