diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-02-10 19:17:45 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-02-10 19:17:45 +0000 |
commit | c32a4b37ed9a4beb3b00f9e15e6d38bbdec01aff (patch) | |
tree | 8a58c9787ed107bc911c760f4545048c75de188c /editors/emacs | |
parent | math/py-CyLP: Update 0.91.0 -> 0.91.1 (diff) |
Add LTO_DESC to Mk/bsd.options.desc.mk.
There are more and more ports using LTO.
Notes
Notes:
svn path=/head/; revision=564896
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index be03b5abe3f3..9620e44f9b32 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -128,7 +128,6 @@ GRAPHICS_DESC= Graphics support GSETTINGS_DESC= GSettings API for application settings HARFBUZZ_DESC= HarfBuzz for text shaping KQUEUE_DESC= File notification via kqueue -#LTO_DESC= Enable link-time optimization M17N_DESC= M17N support for text-shaping [implies XFT] MAGICK_DESC= ImageMagick image processing support (deprecated) MAILUTILS_DESC= Mail framework via GNU Mailutils |