summary refs log tree commit diff
path: root/pkgs/development/libraries/gperftools
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-01-19 19:22:29 +0100
committerVladimír Čunát <v@cunat.cz>2021-01-19 19:22:29 +0100
commit502357ecb903903d6a4c9a9ff0576b4fa5fbe2f4 (patch)
treea55c9428686226eae1c189e7c233ed5e41bb625e /pkgs/development/libraries/gperftools
parentf591395492104572d815cc2a7806245fe0e2aa15 (diff)
downloadnixpkgs-502357ecb903903d6a4c9a9ff0576b4fa5fbe2f4.tar
nixpkgs-502357ecb903903d6a4c9a9ff0576b4fa5fbe2f4.tar.gz
nixpkgs-502357ecb903903d6a4c9a9ff0576b4fa5fbe2f4.tar.bz2
nixpkgs-502357ecb903903d6a4c9a9ff0576b4fa5fbe2f4.tar.lz
nixpkgs-502357ecb903903d6a4c9a9ff0576b4fa5fbe2f4.tar.xz
nixpkgs-502357ecb903903d6a4c9a9ff0576b4fa5fbe2f4.tar.zst
nixpkgs-502357ecb903903d6a4c9a9ff0576b4fa5fbe2f4.zip
gperftools: drop an option that seems no longer supported
> warning: unknown warning option '-Wno-aligned-allocation-unavailable';
>   did you mean '-Wno-debug-compression-unavailable'? [-Wunknown-warning-option]
Diffstat (limited to 'pkgs/development/libraries/gperftools')
-rw-r--r--pkgs/development/libraries/gperftools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gperftools/default.nix b/pkgs/development/libraries/gperftools/default.nix
index 91b2c2929a4..140cd10473a 100644
--- a/pkgs/development/libraries/gperftools/default.nix
+++ b/pkgs/development/libraries/gperftools/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
   '';
 
   NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin
-    "-D_XOPEN_SOURCE -Wno-aligned-allocation-unavailable";
+    "-D_XOPEN_SOURCE";
 
   # some packages want to link to the static tcmalloc_minimal
   # to drop the runtime dependency on gperftools