sysprof: disable fatal warnings (and hope nothing breaks)
This commit is contained in:
@@ -16,6 +16,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||||||
x64_64-musl|aarch64-musl) CFLAGS="-D__WORDSIZE=64" ;;
|
x64_64-musl|aarch64-musl) CFLAGS="-D__WORDSIZE=64" ;;
|
||||||
*-musl) CFLAGS="-D__WORDSIZE=32" ;;
|
*-musl) CFLAGS="-D__WORDSIZE=32" ;;
|
||||||
esac
|
esac
|
||||||
|
CFLAGS+=" -Wno-error"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export SHELL=/bin/bash
|
export SHELL=/bin/bash
|
||||||
|
|||||||
Reference in New Issue
Block a user