From 777142329bdb077a577d17c9591f0ddfd5a0e680 Mon Sep 17 00:00:00 2001 From: DarkAtra Date: Thu, 8 Aug 2024 19:44:01 +0200 Subject: [PATCH] chore: build native image with march=compatibility to support older cpus --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 41491a8..1084bb2 100644 --- a/pom.xml +++ b/pom.xml @@ -269,6 +269,11 @@ org.graalvm.buildtools native-maven-plugin + + + -march=compatibility + +