Skip to content

Commit abc0f42

Browse files
remove -march=native, which is preventing graal binaries from working on other CPUs (#489)
1 parent b68a10b commit abc0f42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.mill

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ object sjsonnet extends VersionFileModule {
313313
"--no-fallback",
314314
"-O3",
315315
"-R:MaxHeapSize=2G",
316-
"-march=native",
317316
"--strict-image-heap",
318317
"--initialize-at-build-time",
319318
"--initialize-at-run-time=os.package$",

0 commit comments

Comments
 (0)