mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge pull request #6591 from FabHof/dec-float-decoding-builtins
Add builtins for dec and float
This commit is contained in:
commit
83904ec62b
100 changed files with 982 additions and 559 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue