mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
minor cleanups, some notes, see if better option for issue #1312
This commit is contained in:
@@ -59,8 +59,8 @@ public class Compiler {
|
||||
String baseCommand[] = new String[] {
|
||||
"-Xemacs",
|
||||
//"-noExit", // not necessary for ecj
|
||||
"-source", "1.5",
|
||||
"-target", "1.5",
|
||||
"-source", "1.6",
|
||||
"-target", "1.6",
|
||||
"-classpath", build.getClassPath(),
|
||||
"-nowarn", // we're not currently interested in warnings (works in ecj)
|
||||
"-d", build.getBinFolder().getAbsolutePath() // output the classes in the buildPath
|
||||
|
||||
Reference in New Issue
Block a user