mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
build: Do not pass -fno-sanitize-memory-param-retval to subr_coverage.c
In the absence of -fsanitize=kernel-memory, the presence of this flag results in a -Wunused-command-line-argument warning. MFC after: 1 week
This commit is contained in:
parent
1a8d176432
commit
2ae32f1f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -3855,7 +3855,7 @@ kern/subr_clock.c standard
|
|||
kern/subr_compressor.c standard \
|
||||
compile-with "${NORMAL_C} -I$S/contrib/zstd/lib/freebsd"
|
||||
kern/subr_coverage.c optional coverage \
|
||||
compile-with "${NORMAL_C:N-fsanitize*}"
|
||||
compile-with "${NORMAL_C:N-fsanitize*:N-fno-sanitize*}"
|
||||
kern/subr_counter.c standard
|
||||
kern/subr_csan.c optional kcsan \
|
||||
compile-with "${NORMAL_C:N-fsanitize*:N-fstack-protector*}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue