nixpkgs/pkgs/development
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
..
compilers * Get rid of many instances of "args: with args;", and other coding 2010-07-28 11:55:54 +00:00
eclipse ecj darwin~ 2010-03-01 16:40:02 +00:00
guile-modules Add GNU guile-gnome. 2009-10-05 22:21:50 +00:00
interpreters * Get rid of many instances of "args: with args;", and other coding 2010-07-28 11:55:54 +00:00
libraries pkgs/development/libraries/crypto++: fixed build impurity 2010-07-28 13:03:11 +00:00
misc * Get rid of many instances of "args: with args;", and other coding 2010-07-28 11:55:54 +00:00
perl-modules * Don't use nested lists. 2010-04-01 14:41:51 +00:00
python-modules pyOpenSSL: updated to version 0.10 2010-07-27 23:52:14 +00:00
ruby-modules
tools * Get rid of many instances of "args: with args;", and other coding 2010-07-28 11:55:54 +00:00