1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

editors/kak-lsp: Reenable LTO after r542412

kak-lsp seems to work fine with it now.
This commit is contained in:
Tobias Kortkamp 2020-07-17 15:20:48 +00:00
parent ecd1b2eb1e
commit 08a202b91b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542439
2 changed files with 1 additions and 12 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= kak-lsp
DISTVERSIONPREFIX= v
DISTVERSION= 8.0.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= editors
MAINTAINER= tobik@FreeBSD.org

View File

@ -1,11 +0,0 @@
XXX: Never processes requests when built with lto=true ???
--- Cargo.toml.orig 2020-04-19 08:16:48 UTC
+++ Cargo.toml
@@ -30,5 +30,5 @@ url = { version = "2.1.1", features = ["serde"] }
whoami = "0.8.1"
[profile.release]
-lto = true
+lto = false