[chore][cmake] delete project.build and Preload.cmake,refactor make build command process,fix searching demo path bug

This commit is contained in:
jzlv 2021-09-26 13:55:48 +08:00
parent 66ec110725
commit 0b9b45a9cb
5 changed files with 70 additions and 64 deletions

View file

@ -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()