Commit 128d47ab authored by Mygod's avatar Mygod

Properly speed up ndk-build

Original idea from @wongsyrone.
parent e3ad3831
......@@ -9,6 +9,7 @@ lazy val commonSettings = Seq(
compileOrder := CompileOrder.JavaThenScala,
javacOptions ++= "-source" :: "1.7" :: "-target" :: "1.7" :: Nil,
scalacOptions ++= "-target:jvm-1.7" :: "-Xexperimental" :: Nil,
ndkArgs := "-j" :: java.lang.Runtime.getRuntime.availableProcessors.toString :: Nil,
proguardVersion := "5.3.2",
proguardCache := Seq(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment