diff --git a/CMakeLists.txt b/CMakeLists.txt index cd3ff27..aea5a28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,6 +132,7 @@ add_subdirectory(lib) add_executable(firmware) set_target_properties(firmware PROPERTIES CXX_STANDARD 17) +set_target_properties(firmware PROPERTIES INTERPROCEDURAL_OPTIMIZATION True) if(CMAKE_CROSSCOMPILING) #[[