Respect JAVA_OPTS env variable in CLI tools. (#1478)

This commit is contained in:
Nikolay Igotti
2018-04-09 10:08:00 +03:00
committed by GitHub
parent c046372025
commit 6415734881
3 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -72,7 +72,8 @@ set JAVA_OPTS=-ea ^
-Xmx3G ^
"-Djava.library.path=%NATIVE_LIB%" ^
"-Dkonan.home=%_KONAN_HOME%" ^
-Dfile.encoding=UTF-8
-Dfile.encoding=UTF-8 ^
%JAVA_OPTS%
set LIBCLANG_DISABLE_CRASH_RECOVERY=1