mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
turn server on again
This commit is contained in:
@@ -109,7 +109,7 @@ public class CompileDriver {
|
||||
public static volatile boolean ourDebugMode = false;
|
||||
|
||||
// todo: temp option
|
||||
private static final boolean OUT_OF_PROCESS_MAKE_AS_SERVER = false; // out-of-process make implementation switch (server / per-project build process)
|
||||
private static final boolean OUT_OF_PROCESS_MAKE_AS_SERVER = true; // out-of-process make implementation switch (server / per-project build process)
|
||||
public static boolean runOutOfProcessMakeAsServer() {
|
||||
return OUT_OF_PROCESS_MAKE_AS_SERVER;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user