We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3734a0a commit 6186dcaCopy full SHA for 6186dca
main/CMakeLists.txt
@@ -5,6 +5,4 @@ set(CMAKE_RANLIB ${_CMAKE_TOOLCHAIN_PREFIX}gcc-ranlib)
5
list(APPEND compile_options "-ffat-lto-objects -flto-compression-level=9 -flto=auto -malign-data=natural")
6
list(APPEND CMAKE_EXE_LINKER_FLAGS "-flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=max")
7
8
-idf_build_set_property(COMPILE_OPTIONS "${compile_options}" APPEND)
9
-idf_build_set_property(CMAKE_EXE_LINKER_FLAGS "${cmake_exe_linker_flags}" APPEND)
10
idf_component_register(SRCS "sketch.cpp" "arduino-lib-builder-gcc.c" "arduino-lib-builder-cpp.cpp" "arduino-lib-builder-as.S" INCLUDE_DIRS ".")
0 commit comments