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:
parent
ecd1b2eb1e
commit
08a202b91b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542439
@ -3,7 +3,7 @@
|
||||
PORTNAME= kak-lsp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 8.0.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user