sysprof: disable fatal warnings (and hope nothing breaks)

This commit is contained in:
Enno Boland 2017-10-06 14:27:17 +02:00
parent f2803087b7
commit bd83ffec8a

View file

@ -16,6 +16,7 @@ case "$XBPS_TARGET_MACHINE" in
x64_64-musl|aarch64-musl) CFLAGS="-D__WORDSIZE=64" ;;
*-musl) CFLAGS="-D__WORDSIZE=32" ;;
esac
CFLAGS+=" -Wno-error"
pre_build() {
export SHELL=/bin/bash