From 21bbaf3ca64cf041bcfe39e57eff54387c734234 Mon Sep 17 00:00:00 2001 From: Graham Sanderson Date: Mon, 28 Jun 2021 16:05:14 -0500 Subject: [PATCH] remove -Winline (#481) --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c270649..0ab4c31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,6 @@ if (NOT TARGET _pico_sdk_inclusion_marker) add_subdirectory(tools) add_subdirectory(src) - add_compile_options(-Winline) - # allow customization add_sub_list_dirs(PICO_SDK_POST_LIST_DIRS) add_sub_list_files(PICO_SDK_POST_LIST_FILES)