Merge pull request #6591 from FabHof/dec-float-decoding-builtins

Add builtins for dec and float
This commit is contained in:
Anton-4 2024-04-08 13:24:31 +02:00 committed by GitHub
commit 83904ec62b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
100 changed files with 982 additions and 559 deletions

View file

@ -486,7 +486,10 @@ pub fn rebuild_host(
&env_home,
host_dest.to_str().unwrap(),
zig_host_src.to_str().unwrap(),
"native",
// This used to be "native" but that caused segfaults that were hard to
// reproduce and investigate.
// For context: github.com/roc-lang/roc/pull/6591#issuecomment-2039808944
"x86_64-native",
opt_level,
shared_lib_path,
builtins_host_tempfile.path(),