mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
The idf_path variable was used in -fmacro-prefix-map and -fdebug-prefix-map flags but never read from the IDF_PATH build property, resulting in an empty substitution. This caused full filesystem paths to leak into .rodata instead of being mapped to /IDF. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>