DOC: remove references to CPU=native in the README
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Jul 2014 18:24:25 +0000 (20:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Jul 2014 18:24:25 +0000 (20:24 +0200)
commit817dad50b02d1a82d495dfea4eab9e3a91127391
tree2934e1584e0c57b7934d3893375ec73fe5d62586
parentbb2e669f9e73531ac9cc9277b40066b701eec918
DOC: remove references to CPU=native in the README

Certain compilers running in virtualized environments may produce code
that the same processor cannot execute with -march=native, either because
of hypervisor bugs reporting wrong CPU features, or because of compiler
bugs forgetting to check CPU features. So better stop recommending this
combination so that users don't get trapped anymore.
README