Open alexcrichton opened 3 years ago
Yes, perhaps that is good idea. At least there needs to be an easy way to disable it .. its also fragile in the face of changing llvm versions.
how is WASM_FLAGS work, i cannot found any code about WASM_FLAGS
These days its called EXTRA_CFLAGS
I believe: https://github.com/WebAssembly/wasi-libc/blob/main/Makefile#L11
I've been toying around with debugging a wasm module and was trying to enable some of the debugging features of
dlmalloc.c
, but alteringWASM_CFLAGS
seems to cause wasi-libc to fail to build:Could the
check-symbols
target get relegated to CI and not be part of the main build perhaps?