updated window watchdog to use the toolchain file variables.

This commit is contained in:
Jake Goodwin 2026-02-24 19:02:44 -08:00
parent 42465b22f4
commit 6f191ce44c

View file

@ -16,18 +16,10 @@ if(NOT UNIT_TESTING)
)
target_compile_options(wwdg PUBLIC
-g
-Os
-flto
-ffunction-sections
-fdata-sections
-fmessage-length=0
-msmall-data-limit=8
-march=rv32ec
-mabi=ilp32e
${OBJECT_GEN_FLAGS}
${C_FLAGS_ARCH}
)
else()
target_include_directories(wwdg PUBLIC
${CMAKE_CURRENT_LIST_DIR}