mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
arch/arm: Solving the ghs compiler not recognizing 0b prefix representing binary
This patch solving the ghs compiler not recognizing 0b prefix representing binary Signed-off-by: Qinshuo Duan duanqinshuo@lixiang.com
This commit is contained in:
committed by
Xiang Xiao
parent
f82f71d180
commit
cc2cb394fa
@@ -61,6 +61,7 @@ endif()
|
||||
|
||||
add_link_options(-entry=__start)
|
||||
add_compile_options(--no_commons -Wall -Wshadow -Wundef -nostdlib)
|
||||
add_compile_options(--option=305)
|
||||
|
||||
if(CONFIG_DEBUG_CUSTOMOPT)
|
||||
add_compile_options(${CONFIG_DEBUG_OPTLEVEL})
|
||||
|
||||
Reference in New Issue
Block a user