mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 05:08:45 +00:00
[chore][cmake] delete project.build and Preload.cmake,refactor make build command process,fix searching demo path bug
This commit is contained in:
parent
66ec110725
commit
0b9b45a9cb
5 changed files with 70 additions and 64 deletions
|
@ -9,7 +9,7 @@ list(APPEND GLOBAL_LD_FLAGS -Wall -Wchar-subscripts -std=c99)
|
|||
list(APPEND GLOBAL_LD_FLAGS --specs=nano.specs)
|
||||
|
||||
|
||||
if("${SUPPORT_FLOAT}" STREQUAL "y")
|
||||
if(CONFIG_PRINT_FLOAT_ENABLE)
|
||||
list(APPEND GLOBAL_LD_FLAGS -u _printf_float)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue