Closed TheDan64 closed 7 years ago
You can now do cargo build/check/run --no-default-features which will compile without LLVM, however LLVM remains the default and must be opt-ed out of.
cargo build/check/run --no-default-features
Resolves #43
You can now do
cargo build/check/run --no-default-features
which will compile without LLVM, however LLVM remains the default and must be opt-ed out of.Resolves #43