Use no_std in the builtins bitcode source

This commit is contained in:
Richard Feldman 2020-04-01 00:03:00 -04:00
parent 67e68d57b4
commit dfa514c1fe

View file

@ -1,3 +1,6 @@
#![crate_type = "lib"]
#![no_std]
// TODO replace this with a normal Inkwell build_cast call - this was just
// used as a proof of concept for getting bitcode importing working!