xiaoxiang781216 commented on code in PR #16930: URL: https://github.com/apache/nuttx/pull/16930#discussion_r2309157671
########## arch/arm/src/rp23xx/Make.defs: ########## @@ -23,6 +23,7 @@ include armv8-m/Make.defs CFLAGS += -Wno-array-bounds +LDFLAGS += --no-warn-rwx-segments Review Comment: nuttx/arch/arm/src/common/Toolchain.defs is better. Actually, --no-warn-rwx-segments was added in this file with some condition guard, we can remove the check directly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org