Skip to content

Commit bc3497a

Browse files
bradjcppannuto
andcommitted
picolib: add flag descriptions
Co-authored-by: Pat Pannuto <[email protected]>
1 parent ce3d7b4 commit bc3497a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

picolib/build-arm.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ fi
2929
# picocrt-lib=false # Do not package crt0.
3030
# tinystdio=false # Do not use AVR tinystdio, which uses a different underlying interface (aka stdout object).
3131
# newlib-stdio64=false # Do not include 64 bit APIs.
32-
# newlib-reent-small=true # ?
33-
# newlib-global-atexit=true # ?
32+
# newlib-reent-small=true # Disable reentrancy support to save space
33+
# newlib-global-atexit=true # Disable reentrancy for `atexit` (saves space)
3434
$PICOLIB_SRC_DIR/scripts/do-configure arm-none-eabi -Dprefix=`realpath $PICOLIB_INSTALL_DIR` \
3535
-Dpicolib=false \
3636
-Dpicocrt=false \

0 commit comments

Comments
 (0)