[build][native] don't ever fix dist, take it with API

This commit is contained in:
Vasily Levchenko
2020-12-16 13:51:12 +01:00
parent ebeac62f17
commit 8a4b5efa9e
16 changed files with 52 additions and 44 deletions
+1
View File
@@ -66,6 +66,7 @@ java_opts=(-ea \
-Xmx3G \
-XX:TieredStopAtLevel=1 \
-Dfile.encoding=UTF-8 \
-Dkonan.home=$KONAN_HOME \
${JAVA_OPTS})
# Unset some environment variables which are set by XCode and may potentially affect the tool executed.
+1 -1
View File
@@ -57,11 +57,11 @@ set "KONAN_JAR=%KONAN_LIB%\kotlin-native.jar"
set TROVE_JAR="%KONAN_LIB%\trove4j.jar"
set "KONAN_CLASSPATH=%KONAN_JAR%;%TROVE_JAR%"
set JAVA_OPTS=-ea ^
-Xmx3G ^
-XX:TieredStopAtLevel=1 ^
-Dfile.encoding=UTF-8 ^
-Dkonan.home=%_KONAN_HOME% ^
%JAVA_OPTS%
set LIBCLANG_DISABLE_CRASH_RECOVERY=1