We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-march=compatibility
1 parent 9e82f3d commit 5cc0757Copy full SHA for 5cc0757
sdk/mx.sdk/mx_sdk_vm_impl.py
@@ -1255,6 +1255,7 @@ def contents(self):
1255
image_config = self.subject.image_config
1256
build_args = [
1257
'--no-fallback',
1258
+ '-march=compatibility', # Target maximum portability of all GraalVM images.
1259
'-H:+AssertInitializationSpecifiedForAllClasses',
1260
'-H:+EnforceMaxRuntimeCompileMethods',
1261
'-Dorg.graalvm.version={}'.format(_suite.release_version()),
0 commit comments