Added WAll and WExtra
This commit is contained in:
parent
37f81d5652
commit
11c058633c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ include_directories(Core)
|
|||
include_directories(User)
|
||||
include_directories(Peripheral/inc)
|
||||
|
||||
add_definitions(-march=rv32ec_zicsr -mabi=ilp32e -msmall-data-limit=0 -msave-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common)
|
||||
add_definitions(-Wall -Wextra -march=rv32ec_zicsr -mabi=ilp32e -msmall-data-limit=0 -msave-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common)
|
||||
|
||||
file(GLOB SOURCES "Debug/*.c" "Core/*.c" "User/*.c" "Peripheral/src/*.c" "Startup/*.S")
|
||||
|
||||
|
|
Loading…
Reference in a new issue