This commit is contained in:
Christian Grothoff
2008-01-31 06:32:28 +00:00
parent 72ba3eea6d
commit ef0beeedf3
+1 -1
View File
@@ -23,7 +23,7 @@ Especially for development, use "--enable-messages" to enable error
reporting (and use MHD_USE_DEBUG). Error reporting is not enabled by
default to reduce the size of the library (error messages take
space!). If you are concerned about space, you should set "CFLAGS" to
"-Os --fomit-frame-pointer" to have gcc generate tight code. The
"-Os -fomit-frame-pointer" to have gcc generate tight code. The
resulting binary should be about 25k (on x86).