
Commit a28940d9d542f3d7f2a5f88c4f2701a1818cf153 changed the SQLite build to use CFLAGS instead of NIX_CFLAGS_COMPILE, but that's really bad because it clobbers the default -O2 flag. So all this time we had an unoptimized SQLite build. (This is one of the reasons why NIX_CFLAGS_COMPILE exists - messing with CFLAGS is almost never a good idea.)
Description
Languages
Nix
96.3%
Shell
1.8%
Python
0.7%
Perl
0.4%
C
0.3%
Other
0.1%