Add task that makes LLVM dependency smaller
Currently Kotlin/Native uses default LLVM distribution. While it is useful to have whole LLVM toolchain for development, it is huge pain for users, because dependency is needlessly big. The correct solution for this problem is to make own build script for LLVM, but it is a big task that make take a while. So for now we repack LLVM dependency without unnecessary files.
This commit is contained in:
committed by
Sergey Bogolepov
parent
bffca00ff4
commit
38380f0686
@@ -32,6 +32,9 @@ downloadingAttempts = 10
|
||||
downloadingAttemptIntervalMs = 3000
|
||||
homeDependencyCache = .konan/cache
|
||||
|
||||
# Appendix that is used for smaller version of LLVM distributions.
|
||||
reducedLlvmAppendix = compact
|
||||
|
||||
clangDebugFlags = -O0
|
||||
llvmVersion.linux_x64 = 8.0.0
|
||||
llvmVersion.mingw_x64 = 8.0.1
|
||||
|
||||
Reference in New Issue
Block a user