PKGBUILD: performance: build without stack protector

This commit is contained in:
Daniel Eklöf 2019-08-21 19:38:48 +02:00
parent 675504308a
commit c75518123b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -18,7 +18,7 @@ pkgver() {
}
build() {
meson --prefix=/usr --buildtype=release -Db_lto=true ..
meson --prefix=/usr --buildtype=release -Db_lto=true Dc_args="-fno-stack-protector" ..
ninja
}