mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
boards: sabre-6quad: Add CONFIG_DEBUG_FULLOPT=y to knsh/defconfig
Summary: - I noticed that undefined instruction happens with getprime and gcc-10.3.1 - Actually, the issue does not happen with gcc-9.3.1 - This is a tentative solution to avoid the issue Impact: - sabre-6quad:knsh only Testing: - Tested with hello/getprime Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
39fb09738d
commit
023b1a5260
@@ -35,6 +35,7 @@ CONFIG_BOOT_RUNFROMSDRAM=y
|
|||||||
CONFIG_BUILD_KERNEL=y
|
CONFIG_BUILD_KERNEL=y
|
||||||
CONFIG_DEBUG_ASSERTIONS=y
|
CONFIG_DEBUG_ASSERTIONS=y
|
||||||
CONFIG_DEBUG_FEATURES=y
|
CONFIG_DEBUG_FEATURES=y
|
||||||
|
CONFIG_DEBUG_FULLOPT=y
|
||||||
CONFIG_DEBUG_SYMBOLS=y
|
CONFIG_DEBUG_SYMBOLS=y
|
||||||
CONFIG_DEV_ZERO=y
|
CONFIG_DEV_ZERO=y
|
||||||
CONFIG_DISABLE_ENVIRON=y
|
CONFIG_DISABLE_ENVIRON=y
|
||||||
|
|||||||
Reference in New Issue
Block a user