mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
Rigs of rods was built without optimisations. Setting the cmake build type to
release. I think that should be done at the cmake setup hook, and win that for all possible cmake packages that are built by default without optimisation flags. Which is the cmake default behaviour if not overriden. svn path=/nixpkgs/trunk/; revision=32561
This commit is contained in:
parent
f0197c653e
commit
f25daaaf3d
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||
"-DROR_USE_PAGED=TRUE"
|
||||
"-DROR_USE_ANGELSCRIPT=TRUE"
|
||||
"-DROR_USE_SOCKETW=TRUE"
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user