diff options
author | ZyX <kp-pav@yandex.ru> | 2017-01-27 02:55:34 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-03-27 00:12:23 +0300 |
commit | d60302d5177e2ba99e84588c8ddd70dad0cbc64a (patch) | |
tree | dae5e80008cf1925b718e1aec9b5718317bbb1bc /src/nvim/api/private/helpers.c | |
parent | d5228787ce62c37291018a7b0215e07ebf26946d (diff) | |
download | rneovim-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