Skip to content
Snippets Groups Projects
Commit 14407e32 authored by Newbyte's avatar Newbyte :snowflake: Committed by alice
Browse files

community/squeekboard: add optimistaion options

parent 010ea88a
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38944community/squeekboard: upgrade to 1.20.0
......@@ -15,6 +15,11 @@ options="net"
source="https://gitlab.gnome.org/World/Phosh/squeekboard/-/archive/v$pkgver/squeekboard-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
export CARGO_PROFILE_RELEASE_LTO="true"
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
export CARGO_PROFILE_RELEASE_PANIC="abort"
build() {
abuild-meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment