1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs
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
..
applications * Turn vim/default.nix into a regular package. We don't need two 2010-07-28 12:52:54 +00:00
build-support
data
desktops
development pkgs/development/libraries/crypto++: fixed build impurity 2010-07-28 13:03:11 +00:00
games
lib
misc
os-specific * Turn vim/default.nix into a regular package. We don't need two 2010-07-28 12:52:54 +00:00
servers
shells
stdenv
test
tools
top-level pkgs/development/libraries/crypto++: fixed build impurity 2010-07-28 13:03:11 +00:00