mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-22 11:22:13 +00: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.