Skip to content

Commit 74c245e

Browse files
authored
PIO_C_FLAGS="-flto=auto"
1 parent 55c6dd1 commit 74c245e

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
@@ -64,7 +64,7 @@ LD_SCRIPTS=""
6464
LD_SCRIPT_DIRS=""
6565

6666
PIO_CC_FLAGS="-flto=auto "
67-
PIO_C_FLAGS=""
67+
PIO_C_FLAGS="-flto=auto"
6868
PIO_CXX_FLAGS="-flto=auto "
6969
PIO_AS_FLAGS=""
7070
PIO_LD_FLAGS="-flto "

0 commit comments

Comments
 (0)