mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04: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() {
|
build() {
|
||||||
meson --prefix=/usr --buildtype=release -Db_lto=true ..
|
meson --prefix=/usr --buildtype=release -Db_lto=true Dc_args="-fno-stack-protector" ..
|
||||||
ninja
|
ninja
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue