diff options
| author | hathach <[email protected]> | 2023-08-02 17:57:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-02 17:57:28 +0700 |
| commit | 2021c6299789a3dd9bd239941d9316494205fe2f (patch) | |
| tree | 63149db91203c18cdd9a458d259347030654723d /examples | |
| parent | 3678a25baaeb6cd6f269d405903aeca23e93dca6 (diff) | |
fix pre-commit, also skip lto for rp2040
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/bare_api/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/bare_api/CMakeLists.txt b/examples/host/bare_api/CMakeLists.txt index 7049fe66b..05398b079 100644 --- a/examples/host/bare_api/CMakeLists.txt +++ b/examples/host/bare_api/CMakeLists.txt @@ -24,4 +24,4 @@ target_include_directories(${PROJECT} PUBLIC # Configure compilation flags and libraries for the example without RTOS. # See the corresponding function in hw/bsp/FAMILY/family.cmake for details. -family_configure_host_example(${PROJECT} noos)
\ No newline at end of file +family_configure_host_example(${PROJECT} noos) |
