3
0
Fork 0
forked from mirrors/nixpkgs

lzip: build the binary with -O3 and assertions disabled

This commit is contained in:
Peter Simons 2013-03-13 14:05:54 +01:00
parent c187516152
commit 5f758431d4

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "1rybhk2pxpfh2789ck9mrkdv3bpx7b7miwndlshb5vb02m9crxbz";
};
configureFlags = "CPPFLAGS=-DNDEBUG CFLAGS=-O3 CXXFLAGS=-O3";
doCheck = true;
meta = {