Skip to content

Commit

Permalink
Lower CPU requirement (#1043)
Browse files Browse the repository at this point in the history
Using "compatibility" march.

Fixes #1029
  • Loading branch information
cstamas authored Jun 20, 2024
1 parent ef981d5 commit 9e7476e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
<mainClass>org.mvndaemon.mvnd.client.DefaultClient</mainClass>
<imageName>mvnd</imageName>
<buildArgs>--no-fallback
-march=compatibility
-H:+UnlockExperimentalVMOptions
${graalvm-native-static-opt}
${graalvm-native-glibc-opt}
Expand Down

0 comments on commit 9e7476e

Please sign in to comment.