mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04: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