Keep Kotlin/Native version in konan/konan.properties file
This commit is contained in:
committed by
Dmitriy Dolovov
parent
64cb79ab7a
commit
b05ddd4b4a
@@ -686,3 +686,6 @@ clangOptFlags.wasm32 = -O3
|
||||
clangDebugFlags.wasm32 = -O0
|
||||
# TODO: make explicit list of external symbols
|
||||
lld.wasm32 = --allow-undefined --no-entry --global-base=0 --no-threads --export-dynamic
|
||||
|
||||
# The version of Kotlin/Native compiler
|
||||
compilerVersion=@compilerVersion@
|
||||
|
||||
Reference in New Issue
Block a user