From c443a50006ac88bb4375ccf71874c63be3334477 Mon Sep 17 00:00:00 2001 From: Maurizio Turatti Date: Fri, 25 Oct 2024 17:13:17 +0200 Subject: [PATCH] Include native march flag in native-maven-plugin configuration --- core/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 426fe6015..a53c92d30 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -10,6 +10,7 @@ --gc=serial + -march=native 27017 @@ -549,7 +550,8 @@ restheart - ${native.gc} + ${native.gc} + ${native.march} true