You are not logged in.
Pages: 1
Since the default flags are set to:
Wshadow -O3 -ffast-math -Wall -I. -std=gnu99 -fPIC -fomit-frame-pointer -fno-tree-vectorize
...Perhaps we can set:
options=(buildflags)
build() {
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
CFLAGS="-march=x86-64 -mtune=generic -pipe"
./configure --enable-shared
...wtithin the default PKGBUILD.
Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce
Offline
Feature requests should be posted in the bugtracker. The developer probably won't see it here.
Offline
Pages: 1