mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
deps: Add Luajit compilation flags to improve debugging
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
if jit then
|
||||
-- Disable JIT because of random errors on Travis with OS X.
|
||||
jit.off(true, true)
|
||||
end
|
||||
|
||||
require('coxpcall')
|
||||
local Loop = require('nvim.loop')
|
||||
local MsgpackStream = require('nvim.msgpack_stream')
|
||||
|
||||
Reference in New Issue
Block a user