Skip to content

Commit 2433a0c

Browse files
fix #14 Adding "-march=compatibility" to native-maven-plugin
1 parent 9cf2b97 commit 2433a0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jfiletreeprettyprinter-cli/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@
120120
<configuration>
121121
<mainClass>io.github.computerdaddyguy.jfiletreeprettyprinter.cli.FileTreePrettyPrinterCommandLine</mainClass>
122122
<imageName>jfiletreeprettyprinter</imageName>
123+
<buildArgs>
124+
<arg>-march=compatibility</arg>
125+
</buildArgs>
123126
</configuration>
124127
</plugin>
125128
</plugins>

0 commit comments

Comments
 (0)