From 2433a0ce58cba67a6595271f57a51329c64f7c6c Mon Sep 17 00:00:00 2001 From: Samuel SCHNEGG Date: Thu, 20 Nov 2025 19:03:49 +0100 Subject: [PATCH] fix #14 Adding "-march=compatibility" to native-maven-plugin --- jfiletreeprettyprinter-cli/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jfiletreeprettyprinter-cli/pom.xml b/jfiletreeprettyprinter-cli/pom.xml index 9a610ca..ceed850 100644 --- a/jfiletreeprettyprinter-cli/pom.xml +++ b/jfiletreeprettyprinter-cli/pom.xml @@ -120,6 +120,9 @@ io.github.computerdaddyguy.jfiletreeprettyprinter.cli.FileTreePrettyPrinterCommandLine jfiletreeprettyprinter + + -march=compatibility +