mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
Native image should not be tied a particular hardware (#7956)
Added `-march=compatibility` argument to native image builds to ensure that we don't generate binaries that cannot be run on a target machine.
This commit is contained in:
parent
0cd446432f
commit
30100605da
@ -162,6 +162,7 @@ object NativeImage {
|
||||
quickBuildOption ++
|
||||
debugParameters ++ staticParameters ++ configs ++
|
||||
Seq("--no-fallback", "--no-server") ++
|
||||
Seq("-march=compatibility") ++
|
||||
initializeAtBuildtimeOptions ++
|
||||
initializeAtRuntimeOptions ++
|
||||
buildMemoryLimitOptions ++
|
||||
|
Loading…
Reference in New Issue
Block a user