build-system/cmake: Add #:build-type parameter, default to "RelWithDebInfo".
authorLudovic Courtès <ludo@gnu.org>
Sat, 4 Oct 2014 20:59:38 +0000 (22:59 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 4 Oct 2014 20:59:38 +0000 (22:59 +0200)
commit9849cfc12cada96759af779a105f6999d6cc04c8
tree64c1b60ffebda7015affa3d6119358622d966116
parent3dcd78109c62b6837c4397ea60087d13e5f8814d
build-system/cmake: Add #:build-type parameter, default to "RelWithDebInfo".

* guix/build-system/cmake.scm (cmake-build): Add #:build-type.  Pass it
  in BUILDER.
* guix/build/cmake-build-system.scm (configure): Add #:build-type
  parameter and honor it.
* doc/guix.texi (Build Systems): Document #:configure-flags and
  #:build-type for CMake.
doc/guix.texi
guix/build-system/cmake.scm
guix/build/cmake-build-system.scm