aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.c
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-01-27 02:55:34 +0300
committerZyX <kp-pav@yandex.ru>2017-03-27 00:12:23 +0300
commitd60302d5177e2ba99e84588c8ddd70dad0cbc64a (patch)
treedae5e80008cf1925b718e1aec9b5718317bbb1bc /src/nvim/api/private/helpers.c
parentd5228787ce62c37291018a7b0215e07ebf26946d (diff)
downloadrneovim-d60302d5177e2ba99e84588c8ddd70dad0cbc64a.tar.gz
rneovim-d60302d5177e2ba99e84588c8ddd70dad0cbc64a.tar.bz2
rneovim-d60302d5177e2ba99e84588c8ddd70dad0cbc64a.zip
cmake: Link libnvim-test with luajit in place of lua, disable ASAN
Reasoning: luajit is not being compiled with sanitizers, lua is. Given that linking with sanitized libraries requires sanitizers enabled, it is needed to either compile libnvim-test with sanitizers or link it with lua compiled without sanitizers. Most easy way to do the latter is just use luajit which is compiled without sanitizers (as they do not work well with luajit).
Diffstat (limited to 'src/nvim/api/private/helpers.c')
0 files changed, 0 insertions, 0 deletions