aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-10-31 00:37:37 +0100
committergingerBill <bill@gingerbill.org>2021-10-31 00:37:37 +0100
commit841a96691bcbe62add30530777b26c38bc0a3fff (patch)
tree732ee9c1d0f41d89c5cb27c7177cc17ce1f0ffa7 /src/main.cpp
parent8ef6f9dd7bbb1611dd7166c4e14034e53df4a8b6 (diff)
Attempt to get wasm64 compiling with the correct features enabled
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7338ad45d..173c70a4d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -136,7 +136,6 @@ i32 linker_stage(lbGenerator *gen) {
if (is_arch_wasm()) {
timings_start_section(timings, str_lit("wasm-ld"));
- GB_ASSERT(build_context.metrics.arch == TargetArch_wasm64);
result = system_exec_command_line_app("wasm-ld",
"\"%.*s\\bin\\wasm-ld\" \"%.*s.wasm.o\" -o \"%.*s.wasm\" %.*s %.*s",
LIT(build_context.ODIN_ROOT),