We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735e7f0 commit 4edf5ceCopy full SHA for 4edf5ce
main/CMakeLists.txt
@@ -1 +1,5 @@
1
+# Compare to "ar" and "ranlib", "gcc-ar" and "gcc-ranlib" integrate GCC LTO plugin
2
+set(CMAKE_AR ${_CMAKE_TOOLCHAIN_PREFIX}gcc-ar)
3
+set(CMAKE_RANLIB ${_CMAKE_TOOLCHAIN_PREFIX}gcc-ranlib)
4
+
5
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