nixpkgs/pkgs/development/libraries/crypto++
Peter Simons b89f310c7a pkgs/development/libraries/crypto++: fixed build impurity
* Don't build with "-march=native", because the generated binaries
   won't work reliably on systems with a different CPU. Instead,
   "--march=i686" is used on x86, and "--march=nocona" an x86_64.
   Otherwise, "--march" remains unset.

 * Compile with -O3 instead of -O2. This code is performance-critical.

 * Don't build with '-g'.

svn path=/nixpkgs/trunk/; revision=22785
2010-07-28 13:03:11 +00:00
..
default.nix pkgs/development/libraries/crypto++: fixed build impurity 2010-07-28 13:03:11 +00:00
dll.patch Crypto++ 5.6.0, with shared library and test suite. 2009-08-10 23:50:07 +00:00
pic.patch Crypto++: Fix shared library. 2009-08-11 07:52:29 +00:00