mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-06 01:51:42 +01: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.