mirror of
https://github.com/espressif/esp-idf
synced 2025-03-25 17:00:13 -04:00
...to avoid defining common symbols. GCC since version 10 defaults to -fno-common and doesn't generate common symbols, leading to duplicate definitions of these symbols.