more things

This commit is contained in:
nora 2023-09-30 12:00:05 +02:00
parent 1baf8df4a8
commit 5673cf51db
18 changed files with 292 additions and 9 deletions

4
rawc/build.rs Normal file
View file

@ -0,0 +1,4 @@
fn main() {
println!("cargo:rustc-link-arg=-nostartfiles");
println!("cargo:rustc-link-arg=-nostdlib");
}