jackaudio: compile without profiling

This commit is contained in:
Bart Brouns 2015-12-03 00:02:08 +01:00
parent f8e99ec0e4
commit 79b1e05b42

View file

@ -51,7 +51,6 @@ stdenv.mkDerivation rec {
python waf configure --prefix=$out \
${optionalString (optDbus != null) "--dbus"} \
--classic \
--profile \
${optionalString (optLibffado != null) "--firewire"} \
${optionalString (optAlsaLib != null) "--alsa"} \
--autostart=${if (optDbus != null) then "dbus" else "classic"} \