We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3d7b4 commit bc3497aCopy full SHA for bc3497a
picolib/build-arm.sh
@@ -29,8 +29,8 @@ fi
29
# picocrt-lib=false # Do not package crt0.
30
# tinystdio=false # Do not use AVR tinystdio, which uses a different underlying interface (aka stdout object).
31
# newlib-stdio64=false # Do not include 64 bit APIs.
32
-# newlib-reent-small=true # ?
33
-# newlib-global-atexit=true # ?
+# newlib-reent-small=true # Disable reentrancy support to save space
+# newlib-global-atexit=true # Disable reentrancy for `atexit` (saves space)
34
$PICOLIB_SRC_DIR/scripts/do-configure arm-none-eabi -Dprefix=`realpath $PICOLIB_INSTALL_DIR` \
35
-Dpicolib=false \
36
-Dpicocrt=false \
0 commit comments