Peter Simons dd1a6f8ab1 pkgs/development/libraries/sqlite/default.nix: enable amalgamation build
Sqlite has a build mode called "amalgamation" that gathers all 90+ source code
files into a single sqlite3.c file before compiling the library. Building
sqlite this way reportedly gives a 5-10% performance gain because the compiler
can perform more sophisticated optimizations.

svn path=/nixpkgs/trunk/; revision=18092
2009-11-04 13:07:27 +00:00
2009-10-28 12:07:35 +00:00
Description
No description provided
5.4 GiB
Languages
Nix 95.1%
Shell 2%
Python 1.7%
Rust 0.2%
C 0.2%
Other 0.4%