compton: Removed unnecessary optimisation flags.
This commit is contained in:
parent
a4e976c752
commit
60c18ca586
@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pkgconfig dbus libconfig libdrm libxml2 mesa pcre
|
buildInputs = [ pkgconfig dbus libconfig libdrm libxml2 mesa pcre
|
||||||
libXcomposite libXfixes libXdamage libXinerama libXrandr libXrender libXext ];
|
libXcomposite libXfixes libXdamage libXinerama libXrandr libXrender libXext ];
|
||||||
buildFlagsArray = ["CFLAGS=-O3 -fomit-frame-pointer"];
|
|
||||||
installFlags = "PREFIX=$(out)";
|
installFlags = "PREFIX=$(out)";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -34,7 +34,6 @@ stdenv.mkDerivation {
|
|||||||
pkgconfig
|
pkgconfig
|
||||||
];
|
];
|
||||||
|
|
||||||
buildFlagsArray = ["CFLAGS=-O3 -fomit-frame-pointer"];
|
|
||||||
installFlags = "PREFIX=$(out)";
|
installFlags = "PREFIX=$(out)";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user