You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ "${item:0:23}"!="-mfix-esp32-psram-cache"&&"${item:0:18}"!="-fmacro-prefix-map"&&"${item:0:20}"!="-fdiagnostics-color=" ]];then
104
+
if [[ "${item:0:23}"!="-mfix-esp32-psram-cache"&&"${item:0:18}"!="-fmacro-prefix-map"&&"${item:0:20}"!="-fdiagnostics-color="&&"${item:0:19}"!="-fdebug-prefix-map="]];then
105
105
C_FLAGS+="$item"
106
106
fi
107
107
fi
@@ -115,7 +115,7 @@ set -- $str
115
115
foritemin"${@:2:${#@}-5}";do
116
116
prefix="${item:0:2}"
117
117
if [[ "$prefix"!="-I"&&"$prefix"!="-D"&&"$item"!="-Wall"&&"$item"!="-Werror=all"&&"$item"!="-Wextra"&&"$prefix"!="-O" ]];then
118
-
if [[ "${item:0:23}"!="-mfix-esp32-psram-cache"&&"${item:0:18}"!="-fmacro-prefix-map"&&"${item:0:20}"!="-fdiagnostics-color=" ]];then
118
+
if [[ "${item:0:23}"!="-mfix-esp32-psram-cache"&&"${item:0:18}"!="-fmacro-prefix-map"&&"${item:0:20}"!="-fdiagnostics-color="&&"${item:0:19}"!="-fdebug-prefix-map="]];then
119
119
AS_FLAGS+="$item"
120
120
if [[ $C_FLAGS==*"$item"* ]];then
121
121
PIO_CC_FLAGS+="$item"
@@ -134,7 +134,7 @@ set -- $str
134
134
foritemin"${@:2:${#@}-5}";do
135
135
prefix="${item:0:2}"
136
136
if [[ "$prefix"!="-I"&&"$prefix"!="-D"&&"$item"!="-Wall"&&"$item"!="-Werror=all"&&"$item"!="-Wextra"&&"$prefix"!="-O" ]];then
137
-
if [[ "${item:0:23}"!="-mfix-esp32-psram-cache"&&"${item:0:18}"!="-fmacro-prefix-map"&&"${item:0:20}"!="-fdiagnostics-color=" ]];then
137
+
if [[ "${item:0:23}"!="-mfix-esp32-psram-cache"&&"${item:0:18}"!="-fmacro-prefix-map"&&"${item:0:20}"!="-fdiagnostics-color="&&"${item:0:19}"!="-fdebug-prefix-map="]];then
0 commit comments