From 84ed80c8ab63db5603d569cc42f3d6389f004ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20Henrique=20H=C3=BCpner?= Date: Mon, 27 May 2024 13:49:08 -0300 Subject: [PATCH] Use -march=x86-64-v2 --- dev.thihup.jvisualg.ide/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.thihup.jvisualg.ide/pom.xml b/dev.thihup.jvisualg.ide/pom.xml index 6adac78..95b6c70 100644 --- a/dev.thihup.jvisualg.ide/pom.xml +++ b/dev.thihup.jvisualg.ide/pom.xml @@ -97,7 +97,7 @@ -H:+ForeignAPISupport --features=dev.thihup.jvisualg.ide.NativeImageFeature -Ob - -march=compatibility + -march=x86-64-v2