Skip to content

Commit 168cde2

Browse files
authored
add PIO_CC_FLAGS="-flto=auto "
1 parent 103e22e commit 168cde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/copy-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ LD_LIBS_SEARCH=""
6363
LD_SCRIPTS=""
6464
LD_SCRIPT_DIRS=""
6565

66-
PIO_CC_FLAGS=""
66+
PIO_CC_FLAGS="-flto=auto "
6767
PIO_C_FLAGS=""
6868
PIO_CXX_FLAGS="-flto=auto "
6969
PIO_AS_FLAGS=""

0 commit comments

Comments
 (0)