Skip to content

Commit

Permalink
Enforce CPU so that LLVM can cross-inline Kotlin and clang bitcode (J…
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho authored Apr 9, 2019
1 parent d072920 commit dde8e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konan/konan.properties
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ quadruple.linux_x64 = x86_64-unknown-linux-gnu
targetSysRoot.linux_x64 = target-gcc-toolchain-3-linux-x86-64/x86_64-unknown-linux-gnu/sysroot
# targetSysroot-relative.
libGcc.linux_x64 = ../../lib/gcc/x86_64-unknown-linux-gnu/4.8.5
llvmLtoFlags.linux_x64 =
llvmLtoFlags.linux_x64 = -mcpu=x86-64
llvmLtoOptFlags.linux_x64 = -O3 -function-sections
llvmLtoNooptFlags.linux_x64 = -O1
llvmLtoDynamicFlags.linux_x64 = -relocation-model=pic
Expand Down

0 comments on commit dde8e77

Please sign in to comment.