espressif / esp32-arduino-lib-builder

134 stars 148 forks source link

rm `-fdebug-prefix-map` entrys from "CCFLAGS" #170

Closed Jason2866 closed 3 months ago

Jason2866 commented 3 months ago

from platformio-build.py and Arduino build formula. The -fdebug-prefix-map entrys are left overs from the IDF compile process and are not needed or of any use for Arduino. The litter and may do harm since path file length could be too long when compiling. This PR removes all such entries.

me-no-dev commented 3 months ago

not just PIO :)

please write a few words explaining why you are removing this flag and what it does

Jason2866 commented 3 months ago

not just PIO :)

please write a few words explaining why you are removing this flag and what it does

Done