Skip to content

Commit 6186dca

Browse files
authored
Update CMakeLists.txt
1 parent 3734a0a commit 6186dca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ set(CMAKE_RANLIB ${_CMAKE_TOOLCHAIN_PREFIX}gcc-ranlib)
55
list(APPEND compile_options "-ffat-lto-objects -flto-compression-level=9 -flto=auto -malign-data=natural")
66
list(APPEND CMAKE_EXE_LINKER_FLAGS "-flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=max")
77

8-
idf_build_set_property(COMPILE_OPTIONS "${compile_options}" APPEND)
9-
idf_build_set_property(CMAKE_EXE_LINKER_FLAGS "${cmake_exe_linker_flags}" APPEND)
108
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

Comments
 (0)