TheDan64 / limonite

[WIP] Compiler for the Limonite programming language.
Apache License 2.0
15 stars 3 forks source link

Made LLVM an optional (but default) dependency #44

Closed TheDan64 closed 7 years ago

TheDan64 commented 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.

Resolves #43