mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
050f296936
- If we use LuaJit, then there's a memory allocation error and the Lua interpreter cannot be instantiated. Have to analyze this.
8 lines
122 B
Makefile
8 lines
122 B
Makefile
DISABLE_TUI := DISABLE
|
|
ENABLE_CUSTOM_UI := ENABLE
|
|
|
|
DEPS_CMAKE_FLAGS += -DUSE_BUNDLED_LUA=ON
|
|
|
|
CMAKE_BUILD_TYPE := Release
|
|
|