Skip to content

Commit

Permalink
added -march=compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed May 27, 2024
1 parent eedd906 commit 8786e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ graalvmNative {
configurationFileDirectories.from(file('conf'))

if (System.env.getOrDefault("PLATFORM", "") == "linux-x86_64") {
buildArgs(['--static', '--libc=musl', '--gc=G1'])
buildArgs(['--static', '--libc=musl', '--gc=G1','-march=compatibility'])
}

javaLauncher = javaToolchains.launcherFor {
Expand Down

0 comments on commit 8786e58

Please sign in to comment.