sysprof: disable fatal warnings (and hope nothing breaks)
This commit is contained in:
parent
f2803087b7
commit
bd83ffec8a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue