FreeBSD Bugzilla – Attachment 222343 Details for
Bug 253417
editors/neovim: Add LTO option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
neovim.patch (text/plain), 618 bytes, created by
Piotr Kubaj
on 2021-02-10 21:31:59 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2021-02-10 21:31:59 UTC
Size:
618 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 564902) >+++ Makefile (working copy) >@@ -36,7 +36,7 @@ > -DCMAKE_INSTALL_MANDIR:PATH="${MANPREFIX}/man" \ > -DDEPS_PREFIX:PATH="${LOCALBASE}" > >-OPTIONS_DEFINE= LUAJIT NLS PYNVIM >+OPTIONS_DEFINE= LTO LUAJIT NLS PYNVIM > OPTIONS_DEFAULT=LUAJIT > OPTIONS_EXCLUDE_aarch64=LUAJIT > OPTIONS_EXCLUDE_mips64= LUAJIT >@@ -46,6 +46,8 @@ > OPTIONS_EXCLUDE_sparc64=LUAJIT > OPTIONS_SUB= yes > >+LTO_CMAKE_ON= ENABLE_LTO >+ > LUAJIT_DESC= Use LuaJIT for faster Lua code > PYNVIM_DESC= Enable support for plugins written in python >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 253417
: 222343 |
222345