From 8a32bcfac621dfcaa6af832228e56713a4af6156 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Mon, 21 Apr 2025 20:49:33 +0200 Subject: add -mtune=generic --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index fbe27e9..611ca19 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ PROJECT_NAME="mknes" # Change this for each new project # Base configuration common to all builds -CFLAGS="-std=gnu11 " +CFLAGS="-std=gnu11 -mtune=generic " CFLAGS+="-mbmi2 " CFLAGS+="-mfunction-return=keep " CFLAGS+="-mindirect-branch=keep " -- cgit v1.2.3