Skip to content

Commit c0a7ae6

Browse files
authored
Update copy-libs.sh
1 parent 437e0e9 commit c0a7ae6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/copy-libs.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ LD_SCRIPT_DIRS=""
7474

7575
PIO_CC_FLAGS="-flto=auto "
7676
PIO_C_FLAGS="-flto=auto "
77-
PIO_CXX_FLAGS="-flto=auto -std=gnu++2a "
77+
PIO_CXX_FLAGS="-flto=auto "
78+
# PIO_CXX_FLAGS="-flto=auto -std=gnu++2a "
7879
PIO_AS_FLAGS=""
7980
PIO_LD_FLAGS="-flto "
8081
PIO_LD_FUNCS=""
@@ -313,7 +314,7 @@ for item; do
313314
done
314315

315316
# Remove -std=gnu++2b from PIO_CXX_FLAGS
316-
PIO_CXX_FLAGS="${PIO_CXX_FLAGS/-std=gnu++2b/}"
317+
# PIO_CXX_FLAGS="${PIO_CXX_FLAGS/-std=gnu++2b/}"
317318

318319
#
319320
# END OF DATA EXTRACTION FROM CMAKE

0 commit comments

Comments
 (0)