[Nix-dev] Re: [Nix-commits] SVN commit: nix - r24072 - nixpkgs/trunk/pkgs/development/libraries/pcre
Peter Simons
simons at cryp.to
Tue Oct 5 16:05:30 CEST 2010
Hi Eelco,
>> + CPPFLAGS=-NDEBUG CFLAGS=-O3 CXXFLAGS=${if stdenv.isDarwin then "-O0" else "-O3"}
>
> I've reverted this and the next commit because it should go into the stdenv
> branch. ("pcre" is a dependency of stdenv.)
well, without that change, pcre doesn't compile on Darwin, which is a
bit of a problem precisely because pcre is part of stdenv.
Take care,
Peter
More information about the nix-dev
mailing list