Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/README')
-rw-r--r--newlib/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/README b/newlib/README
index 80bd0665c..d1753fcc9 100644
--- a/newlib/README
+++ b/newlib/README
@@ -321,6 +321,13 @@ One feature can be enabled by specifying `--enable-FEATURE=yes' or
support `--enable-malloc-debugging' any more.
Disabled by default.
+`--disable-newlib-unbuf-stream-opt'
+ NEWLIB does optimization when `fprintf to write only unbuffered unix
+ file'. It creates a temorary buffer to do the optimization that
+ increases stack consumption by about `BUFSIZ' bytes. This option
+ disables the optimization and saves size of text and stack.
+ Enabled by default.
+
`--enable-multilib'
Build many library versions.
Enabled by default.