bug fixes

This commit is contained in:
2026-08-08 11:24:27 +02:00
parent 6ac93f0a5b
commit abf1226b47
7 changed files with 24 additions and 13 deletions
+2
View File
@@ -26,6 +26,8 @@ project(p-rad ${PROJECT_LANGUAGES})
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_compile_options(-Wall -Wextra -Wpedantic -Wno-write-strings)
# NOTE: don't use add_link_options/add_compile_options here - they apply to
# every target including pico-sdk's bs2_default, whose binary gets fully
# garbage-collected. Scope them to the p-rad target instead (see platform files).