x42-plugins-99999999: Set OPTIMIZATIONS flags to suitable for aarch64

This commit is contained in:
Nedko Arnaudov 2023-02-03 18:17:20 +02:00
parent 9ce299c34d
commit 0c88f4e08b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
sys-apps/help2man"
src_compile() {
emake CC="$(tc-getCC)" STRIP="#" FONTFILE="/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf"
emake CC="$(tc-getCC)" STRIP="#" FONTFILE="/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf" OPTIMIZATIONS="-O3 -ffast-math -fomit-frame-pointer -fno-finite-math-only -DNDEBUG"
}
src_install() {