We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c775127 commit bd469d2Copy full SHA for bd469d2
tools/copy-libs.sh
@@ -134,9 +134,6 @@ for item in "${@:2:${#@}-5}"; do
134
fi
135
done
136
137
-# Remove -std=gnu++2b from PIO_CXX_FLAGS
138
-PIO_CXX_FLAGS="${PIO_CXX_FLAGS/-std=gnu++2b/}"
139
-
140
#collect asm-flags
141
str=`cat build/compile_commands.json | grep arduino-lib-builder-as.S | grep command | cut -d':' -f2 | cut -d',' -f1`
142
str="${str:2:${#str}-1}" #remove leading space and quotes
@@ -315,6 +312,9 @@ for item; do
315
312
316
313
317
314
+# Remove -std=gnu++2b from PIO_CXX_FLAGS
+PIO_CXX_FLAGS="${PIO_CXX_FLAGS/-std=gnu++2b/}"
+
318
#
319
# END OF DATA EXTRACTION FROM CMAKE
320
0 commit comments