Disable implicit AOT compilation of clojure

This commit is contained in:
Hugo Duncan 2010-08-10 11:22:39 -04:00
parent b0050eeeeb
commit 0c64f49c00
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@
</testSourceDirectories> </testSourceDirectories>
<clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions> <clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions>
<warnOnReflection>true</warnOnReflection> <warnOnReflection>true</warnOnReflection>
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
<testDeclaredNamespaceOnly>false</testDeclaredNamespaceOnly> <testDeclaredNamespaceOnly>false</testDeclaredNamespaceOnly>
</configuration> </configuration>
<executions> <executions>