java-front 0.9, compile with -O2 for cygwin

svn path=/nixpkgs/trunk/; revision=16301
This commit is contained in:
Rob Vermaas 2009-07-10 08:05:23 +00:00
parent 99afadc21f
commit 297f0127aa

View File

@ -62,7 +62,7 @@ rec {
homepage = http://strategoxt.org/Stratego/JavaFront;
meta = "Tools for generating or transforming Java code";
};
};
} // ( if stdenv.system == "i686-cygwin" then { CFLAGS = "-O2"; } else {} ) ) ;
dryad = stdenv.mkDerivation rec {