mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
qgit: Compile with -O3. This brings a significant speedup in C++ code.
I wonder what optimization flags qt is compiled with. svn path=/nixpkgs/trunk/; revision=12300
This commit is contained in:
parent
4244407bc9
commit
b030a8a6dd
@ -14,4 +14,5 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0qmgd1cjny5aciljpvn2bczgdvlpgd2f7wzafda24zj4mzqnppsq";
|
sha256 = "0qmgd1cjny5aciljpvn2bczgdvlpgd2f7wzafda24zj4mzqnppsq";
|
||||||
};
|
};
|
||||||
buildInputs = [qt libXext libX11];
|
buildInputs = [qt libXext libX11];
|
||||||
|
configureFlags = "CXXFLAGS=-O3";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user