bug fixes
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user