File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ target_include_directories(${PROJECT} PUBLIC
24
24
25
25
# Configure compilation flags and libraries for the example without RTOS.
26
26
# See the corresponding function in hw/bsp/FAMILY/family.cmake for details.
27
- family_configure_host_example (${PROJECT} noos )
27
+ family_configure_host_example (${PROJECT} noos )
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ if (NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/${FAMILY}/family.cmake)
36
36
message (FATAL_ERROR "Family '${FAMILY} ' is not known/supported" )
37
37
endif ()
38
38
39
- if (NOT TINYUSB_OPT_SKIP_CHECK_IPO_SUPPORTED )
40
- # enable LTO if supported
39
+ if (NOT FAMILY STREQUAL rp2040 )
40
+ # enable LTO if supported skip rp2040
41
41
include (CheckIPOSupported )
42
42
check_ipo_supported (RESULT IPO_SUPPORTED )
43
43
if (IPO_SUPPORTED )
You can’t perform that action at this time.
0 commit comments