View | Details | Raw Unified | Return to bug 253417 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 36-42 Link Here
36
		-DCMAKE_INSTALL_MANDIR:PATH="${MANPREFIX}/man" \
36
		-DCMAKE_INSTALL_MANDIR:PATH="${MANPREFIX}/man" \
37
		-DDEPS_PREFIX:PATH="${LOCALBASE}"
37
		-DDEPS_PREFIX:PATH="${LOCALBASE}"
38
38
39
OPTIONS_DEFINE=	LUAJIT NLS PYNVIM
39
OPTIONS_DEFINE=	LTO LUAJIT NLS PYNVIM
40
OPTIONS_DEFAULT=LUAJIT
40
OPTIONS_DEFAULT=LUAJIT
41
OPTIONS_EXCLUDE_aarch64=LUAJIT
41
OPTIONS_EXCLUDE_aarch64=LUAJIT
42
OPTIONS_EXCLUDE_mips64=	LUAJIT
42
OPTIONS_EXCLUDE_mips64=	LUAJIT
Lines 46-51 Link Here
46
OPTIONS_EXCLUDE_sparc64=LUAJIT
46
OPTIONS_EXCLUDE_sparc64=LUAJIT
47
OPTIONS_SUB=	yes
47
OPTIONS_SUB=	yes
48
48
49
LTO_CMAKE_BOOL=	ENABLE_LTO
50
49
LUAJIT_DESC=	Use LuaJIT for faster Lua code
51
LUAJIT_DESC=	Use LuaJIT for faster Lua code
50
PYNVIM_DESC=	Enable support for plugins written in python
52
PYNVIM_DESC=	Enable support for plugins written in python
51
53

Return to bug 253417