Search found 1 match
- Mon Jun 03, 2019 11:58 am
- Forum: ESP-IDF
- Topic: [Answered] How to build a subset of the possible components in ESP-IDF?
- Replies: 24
- Views: 43884
Re: [Answered] How to build a subset of the possible components in ESP-IDF?
No support for LTO yet, unfortunately. Regarding the original post's question of building with a subset of components, doing this is a lot smoother in the new CMake preview branch . You can supply a minimal list of components you need in your build (as little as one or two) in the COMPONENTS, and t...