Skip to content

Commit 4d94709

Browse files
authored
include(gcc) for LTO
1 parent aef1f37 commit 4d94709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ cmake_minimum_required(VERSION 3.5)
55
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
66
project(arduino-lib-builder)
77

8+
include(gcc)
9+
810
idf_build_get_property(elf EXECUTABLE GENERATOR_EXPRESSION)
911

1012
add_custom_command(

0 commit comments

Comments
 (0)