summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-06-13 18:12:16 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-06-13 18:14:26 +0200
commitd36f19d31c658625f38355f1ae1e4050b3929e1c (patch)
tree1f4605837ba3309a9cad18eaba49d1a628b41791 /build.xml
parent885d64dce1c3a34b01f4ffcbd2132838d3c60443 (diff)
downloadscala-d36f19d31c658625f38355f1ae1e4050b3929e1c.tar.gz
scala-d36f19d31c658625f38355f1ae1e4050b3929e1c.tar.bz2
scala-d36f19d31c658625f38355f1ae1e4050b3929e1c.zip
A tribute to https://github.com/scala/scala/pull/414
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 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>