diff --git a/src/main.zig b/src/main.zig index cd26858..1e8d285 100644 --- a/src/main.zig +++ b/src/main.zig @@ -141,6 +141,8 @@ pub fn addEmbeddedExecutable( .app_packages = std.ArrayList(Pkg).init(builder.allocator), }; + exe.inner.use_stage1 = true; + // might not be true for all machines (Pi Pico), but // for the HAL it's true (it doesn't know the concept of threading) exe.inner.single_threaded = true;