-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
There is a bug in cmake flow.
in cmake/src/CMakeLists on line 8
set ( CMAKE_C_FLAGS "-Os -g -Wall -ffunction-sections")
This override CMAKE_C_FLAGS defined in riscv.cmake file, this should be change for the following:
set ( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Os -g -Wall -ffunction-sections")
Metadata
Metadata
Assignees
Labels
No labels