mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 15:00:02 +01:00
This component property allows including all component object files into the executable. It is equivalent to wrapping the component library with -Wl,--whole-archive and -Wl,--no-whole-archive flags. Closes https://github.com/espressif/esp-idf/issues/8667