roc/crates/compiler/build
Brendan Hansknecht d0e1da40ac
Allow rust binaries to remove dead code
Note: we may need to add a special init function to stop linker based dead code elimination.
That or special linker commands to keep `roc_*` functions.
Currently this is working on my x86 machine without it though.

Guide here if needed on the init function:
https://stackoverflow.com/questions/43712979/how-to-export-a-symbol-from-a-rust-executable
2023-09-25 10:23:00 -07:00
..
src Allow rust binaries to remove dead code 2023-09-25 10:23:00 -07:00
Cargo.toml Split utils into error and command utils 2023-03-10 09:39:43 -08:00