mirror of
https://github.com/open-vela/apps.git
synced 2025-12-20 01:10:11 +08:00
tools:Remove the --param compilation option
This commit is contained in:
@@ -66,8 +66,9 @@ endif
|
||||
# -fsanitize%: -fsanitize=address, -fsanitize=thread etc.
|
||||
# -fno-sanitize%: -fno-sanitize=address, -fno-sanitize=thread etc.
|
||||
# -W%: Warning flags, clang is more strict than gcc
|
||||
# --param%: Warning flags, wasm-clang does not support
|
||||
|
||||
CFLAGS_STRIP = -m% -Wl,% -fsanitize% -fno-sanitize% -W%
|
||||
CFLAGS_STRIP = -m% -Wl,% -fsanitize% -fno-sanitize% -W% --param%
|
||||
|
||||
WCFLAGS += $(filter-out $(CFLAGS_STRIP),$(CFLAGS))
|
||||
WCFLAGS += --sysroot=$(WSYSROOT) -nostdlib -D__NuttX__
|
||||
|
||||
Reference in New Issue
Block a user