diff options
author | Alexandre Bouvier | 2021-07-15 18:38:04 +0200 |
---|---|---|
committer | Alexandre Bouvier | 2021-07-15 18:38:04 +0200 |
commit | a0c942ed05ebf39ad5cba82aabd7c67eccdfb4c8 (patch) | |
tree | 35d723439f6e003e2bc8234801f9eaf98fd0caa6 | |
parent | 565c34b0daa90086133a7dbb5c2a6420bd2f3320 (diff) | |
download | aur-a0c942ed05ebf39ad5cba82aabd7c67eccdfb4c8.tar.gz |
use makepkg.conf optimization flag
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -25,6 +25,11 @@ pkgver() { printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } +prepare() { + # use makepkg.conf optimization flag + sed -i 's/-O3//g' $_pkgname/Makefile +} + build() { make -C $_pkgname \ HAVE_PARALLEL_RDP=1 \ |