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]
This commit is contained in:
Vladimír Čunát 2021-01-19 19:22:29 +01:00
parent f591395492
commit 502357ecb9
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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