diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-07-03 13:27:56 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-07-04 15:11:39 +0200 |
commit | 7e099cf3eb1fd338a3aa50cf23f1b0a1f461f988 (patch) | |
tree | e0afbac5044cfd360e5274fc830f722417030796 /runtime/lua/vim/iter.lua | |
parent | 8a338c0ccc1cf874cd21ca3be6695c253079bd9a (diff) | |
download | rneovim-7e099cf3eb1fd338a3aa50cf23f1b0a1f461f988.tar.gz rneovim-7e099cf3eb1fd338a3aa50cf23f1b0a1f461f988.tar.bz2 rneovim-7e099cf3eb1fd338a3aa50cf23f1b0a1f461f988.zip |
build(macos): disable deduplication in link step
Problem: Apple Clang 16 comes with a new deduplication algorithm that is
enabled by default in release builds (https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes#New-Features-in-Xcode-16-Beta) which breaks the built
nvim binary (locks and spins at 100% CPU).
Solution: Disable deduplication on macOS. Tested on Clang 15 as well and
seems to make no difference to binary size anyway.
Diffstat (limited to 'runtime/lua/vim/iter.lua')
0 files changed, 0 insertions, 0 deletions