mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
GCC prefixes underscore on symbol names on macOS, and so the set undefined symbol `-u app_main` won't work. However, this is unecessary, as the source file that defines it is specified directly to the executable, and not through a static library. Closes https://github.com/espressif/esp-idf/issues/4168