1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/development
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
..
compilers
eclipse
guile-modules
interpreters pkgs/development/interpreters/python/2.6/default.nix: updated to version 2.6.4 2009-11-04 10:29:43 +00:00
libraries pkgs/development/libraries/sqlite/default.nix: enable amalgamation build 2009-11-04 13:07:27 +00:00
misc
perl-modules
python-modules
ruby-modules
tools