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="&&"${item:0:19}"!="-fdebug-prefix-map="&&"${item:0:8}"!="-fno-lto" ]];then
132
133
C_FLAGS+="$item"
@@ -312,24 +313,32 @@ for item; do
312
313
fi
313
314
done
314
315
316
+
# Remove -std=gnu++2b from PIO_CXX_FLAGS
317
+
# PIO_CXX_FLAGS="${PIO_CXX_FLAGS/-std=gnu++2b/}"
318
+
315
319
#
316
320
# END OF DATA EXTRACTION FROM CMAKE
317
321
#
318
322
319
323
mkdir -p "$AR_SDK"
320
324
325
+
# Keep only -march, -mabi and -mlongcalls flags for Assembler
0 commit comments