mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
Revert "sci-misc/llama-cpp: introduce lto USE flag"
This reverts commit 91f8575242.
We do not want `USE=lto` .
https://wiki.gentoo.org/wiki/LTO#Exceptions_.28USE.3D.22lto.22.29
There is no need to have a `USE=lto` here. All it does is enable
`CMAKE_INTERPROCEDURAL_OPTIMIZATION`, which only passes a potentially
bad version of `-flto`.
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
<flag name="opencl">Build an OpenCL backend, so far only works on Adreno and Intel GPUs</flag>
|
||||
<flag name="openssl">Use openssl to support HTTPS</flag>
|
||||
<flag name="webui">Enable prebuilt Web UI</flag>
|
||||
<flag name="lto">Build using Link Time Optimizations</flag>
|
||||
</use>
|
||||
<maintainer type="person">
|
||||
<email>zl29ah@gmail.com</email>
|
||||
|
||||
Reference in New Issue
Block a user