mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05:00
PKGBUILD: performance: build without stack protector
This commit is contained in:
parent
675504308a
commit
c75518123b
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue