remove -fstage1 option

After this commit, the self-hosted compiler does not offer the option to
use stage1 as a backend anymore.
This commit is contained in:
Andrew Kelley
2022-10-31 20:29:55 -07:00
parent bf316e5506
commit 28514476ef
25 changed files with 97 additions and 463 deletions
-1
View File
@@ -11,7 +11,6 @@ pub fn build(b: *Builder) void {
lib.setBuildMode(mode);
lib.setTarget(.{ .cpu_arch = .wasm32, .os_tag = .freestanding });
lib.use_llvm = false;
lib.use_stage1 = false;
lib.use_lld = false;
lib.strip = false;
lib.stack_size = std.wasm.page_size * 2; // set an explicit stack size