summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-03 21:06:37 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-04 10:03:54 +0200
commit2323d70d88aab404b9ce00af6c3ab4f5f6da2fa9 (patch)
tree7ff15b8db64d4855dfcee04bc8edcf97c1cf4574
parentb44d846990d779f7201f114076a2f2bcacdc91c5 (diff)
downloadnixlib-2323d70d88aab404b9ce00af6c3ab4f5f6da2fa9.tar
nixlib-2323d70d88aab404b9ce00af6c3ab4f5f6da2fa9.tar.gz
nixlib-2323d70d88aab404b9ce00af6c3ab4f5f6da2fa9.tar.bz2
nixlib-2323d70d88aab404b9ce00af6c3ab4f5f6da2fa9.tar.lz
nixlib-2323d70d88aab404b9ce00af6c3ab4f5f6da2fa9.tar.xz
nixlib-2323d70d88aab404b9ce00af6c3ab4f5f6da2fa9.tar.zst
nixlib-2323d70d88aab404b9ce00af6c3ab4f5f6da2fa9.zip
all-packages: revert accidentally committed change
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b5dd0dc97689..a1791f483244 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -3842,7 +3842,7 @@ let
     inherit noSysDirs;
 
     # PGO seems to speed up compilation by gcc by ~10%, see #445 discussion
-    profiledCompiler = false; #for now. with stdenv; (!isDarwin && (isi686 || isx86_64));
+    profiledCompiler = with stdenv; (!isDarwin && (isi686 || isx86_64));
 
     # When building `gcc.crossDrv' (a "Canadian cross", with host == target
     # and host != build), `cross' must be null but the cross-libc must still