Small fixes to README

This commit is contained in:
Keith Winstein
2012-03-13 19:22:39 -04:00
parent 45fd4b914c
commit c6c6f8bea0
+2 -2
View File
@@ -143,12 +143,12 @@ Advice to distributors
A note on compiler flags: Mosh is security-sensitive code. When making A note on compiler flags: Mosh is security-sensitive code. When making
automated builds for a binary package, we recommend passing the option automated builds for a binary package, we recommend passing the option
`--enable-compile-warnings=error` to ./configure. On GNU/Linux with `--enable-compile-warnings=error` to ./configure. On GNU/Linux with
g++ or clang++, the package should compile cleanly with `g++` or `clang++`, the package should compile cleanly with
`-Werror`. Please report a bug if it doesn't. `-Werror`. Please report a bug if it doesn't.
Mosh ships with a default optimization setting of `-O2`. Some Mosh ships with a default optimization setting of `-O2`. Some
distributors have asked about changing this to `-Os` (which causes a distributors have asked about changing this to `-Os` (which causes a
compiler to prefer space optimizations to time optimization). We have compiler to prefer space optimizations to time optimizations). We have
benchmarked with the included `src/examples/benchmark` program to test benchmarked with the included `src/examples/benchmark` program to test
this. The results are that `-O2` is 40% faster than `-Os` with g++ 4.6 this. The results are that `-O2` is 40% faster than `-Os` with g++ 4.6
on GNU/Linux, and 16% faster than `-Os` with clang++ 3.1 on Mac OS on GNU/Linux, and 16% faster than `-Os` with clang++ 3.1 on Mac OS