Skip to content

Commit

Permalink
kbuild: Make DEBUG_SECTION_MISMATCH selectable, but not on by default
Browse files Browse the repository at this point in the history
CONFIG_DEBUG_SECTION_MISMATCH has also runtime effects due to the
-fno-inline-functions-called-once compiler flag, so forcing it on
everyone is not a good idea.

Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
michal42 committed Mar 21, 2011
1 parent a88bab9 commit f2c23f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ config HEADERS_CHECK

config DEBUG_SECTION_MISMATCH
bool "Enable full Section mismatch analysis"
default y
help
The section mismatch analysis checks if there are illegal
references from one section to another section.
Expand Down

0 comments on commit f2c23f6

Please sign in to comment.