This commit is contained in:
2024-02-24 14:47:02 -06:00
committed by GitHub
parent ab7f798a4f
commit 2f407623aa

View File

@@ -23,8 +23,6 @@ export COMP_FLAGS=""
if [[ "$ARCH" == "x86_64" ]] if [[ "$ARCH" == "x86_64" ]]
then then
COMP_FLAGS="-march=native" COMP_FLAGS="-march=native"
elif [[ "$ARCH" == "riscv64" ]]
COMP_FLAGS="-march=rv64"
fi fi
echo "COMP_FLAGS: $COMP_FLAGS" echo "COMP_FLAGS: $COMP_FLAGS"