Skip to content

Commit fa1749a

Browse files
committed
Disable newlib-nano
Reduce build times so I can get a complete toolchain Signed-off-by: Keith Packard <[email protected]>
1 parent abaa60e commit fa1749a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/common.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CT_LIBC_NEWLIB_RETARGETABLE_LOCKING=y
3939
CT_LIBC_NEWLIB_EXTRA_SECTIONS=y
4040

4141
# Newlib-nano
42-
CT_COMP_LIBS_NEWLIB_NANO=y
42+
CT_COMP_LIBS_NEWLIB_NANO=n
4343
CT_NEWLIB_NANO_SRC_CUSTOM=y
4444
CT_NEWLIB_NANO_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/newlib"
4545
CT_NEWLIB_NANO_GCC_LIBSTDCXX=y

0 commit comments

Comments
 (0)