cmake: Remove dead logic related to CONFIG_DEBUG_SECTION_MISMATCH
We haven't ever really had a Kconfig symbol to enable the support related to DEBUG_SECTION_MISMATCH. Thus this isn't really used by anyone and we will remove it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
6ef2f76b2f
commit
59b2c74312
|
@ -237,7 +237,6 @@ else() # GCC assumed
|
|||
endif()
|
||||
endif()
|
||||
|
||||
zephyr_cc_option_ifdef(CONFIG_DEBUG_SECTION_MISMATCH -fno-inline-functions-called-once)
|
||||
zephyr_cc_option_ifdef(CONFIG_STACK_USAGE -fstack-usage)
|
||||
|
||||
zephyr_system_include_directories(${NOSTDINC})
|
||||
|
|
Loading…
Reference in a new issue