Skip to content

Commit

Permalink
feat(newlib): enable multibyte support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Feb 6, 2025
1 parent 5b9937d commit b4610e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ RUN set -eux; \
--disable-multilib \
--enable-lto \
--enable-newlib-io-c99-formats \
--enable-newlib-mb \
--enable-newlib-multithread; \
make -O -j$(nproc); \
make install; \
Expand Down

0 comments on commit b4610e1

Please sign in to comment.