Explicitly disable lto

pull/99/head
Tk-Glitch 2 years ago
parent e7e5ea69a5
commit 3e384b2b0c

@ -239,7 +239,7 @@ arch=('x86_64')
url="http://www.nvidia.com/"
license=('custom:NVIDIA')
optdepends=('linux-headers' 'linux-lts-headers: Build the module for LTS Arch kernel')
options=('!strip')
options=(!strip !lto)
cp "$where"/patches/* "$where" && cp -r "$where"/system/* "$where"

Loading…
Cancel
Save