deps: Add Luajit compilation flags to improve debugging

This commit is contained in:
Thiago de Arruda
2015-02-10 09:56:30 -03:00
parent b0044fa5c3
commit 4c92a0baca
2 changed files with 4 additions and 5 deletions

View File

@@ -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')