mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 01:13:29 +00: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:
parent
f82f71d180
commit
cc2cb394fa
1 changed files with 1 additions and 0 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue