mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-14 11:50:02 +01:00
put in fallback to default march=native if arch detection fails
This commit is contained in:
@@ -62,6 +62,11 @@ if test $? -ne 0; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -z "$arch" ]; then
|
||||||
|
echo "Falling back to default -march=native"
|
||||||
|
arch="native"
|
||||||
|
fi
|
||||||
|
|
||||||
rm -rf veejay.arch
|
rm -rf veejay.arch
|
||||||
echo "-march=$arch" > veejay.arch
|
echo "-march=$arch" > veejay.arch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user