We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ba591 commit 7552b8cCopy full SHA for 7552b8c
tools/WASI-SDK.defs
@@ -66,8 +66,9 @@ endif
66
# -fsanitize%: -fsanitize=address, -fsanitize=thread etc.
67
# -fno-sanitize%: -fno-sanitize=address, -fno-sanitize=thread etc.
68
# -W%: Warning flags, clang is more strict than gcc
69
+# --param%: Warning flags, wasm-clang does not support
70
-CFLAGS_STRIP = -m% -Wl,% -fsanitize% -fno-sanitize% -W%
71
+CFLAGS_STRIP = -m% -Wl,% -fsanitize% -fno-sanitize% -W% --param%
72
73
WCFLAGS += $(filter-out $(CFLAGS_STRIP),$(CFLAGS))
74
WCFLAGS += --sysroot=$(WSYSROOT) -nostdlib -D__NuttX__
0 commit comments