updated window watchdog to use the toolchain file variables.
This commit is contained in:
parent
42465b22f4
commit
6f191ce44c
1 changed files with 2 additions and 10 deletions
|
|
@ -16,18 +16,10 @@ if(NOT UNIT_TESTING)
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_options(wwdg PUBLIC
|
target_compile_options(wwdg PUBLIC
|
||||||
-g
|
${OBJECT_GEN_FLAGS}
|
||||||
-Os
|
${C_FLAGS_ARCH}
|
||||||
-flto
|
|
||||||
-ffunction-sections
|
|
||||||
-fdata-sections
|
|
||||||
-fmessage-length=0
|
|
||||||
-msmall-data-limit=8
|
|
||||||
-march=rv32ec
|
|
||||||
-mabi=ilp32e
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
else()
|
else()
|
||||||
target_include_directories(wwdg PUBLIC
|
target_include_directories(wwdg PUBLIC
|
||||||
${CMAKE_CURRENT_LIST_DIR}
|
${CMAKE_CURRENT_LIST_DIR}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue