xiaoxiang781216 commented on a change in pull request #5897:
URL: https://github.com/apache/incubator-nuttx/pull/5897#discussion_r837045562
##########
File path: arch/risc-v/src/common/Toolchain.defs
##########
@@ -59,6 +59,17 @@ else
MAXOPTIMIZATION += -fomit-frame-pointer
endif
+ARCHCFLAGS =
Review comment:
could you update arm/ too?
##########
File path: arch/xtensa/src/lx6/Toolchain.defs
##########
@@ -55,8 +59,15 @@ else
MAXOPTIMIZATION += -fomit-frame-pointer
endif
-ifeq ($(CONFIG_MM_KASAN),y)
- ARCHCPUFLAGS += -fsanitize=kernel-address
Review comment:
why change these lines
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]