me
/
guix
Archived
1
0
Fork 0

gnu: withershins: Build.

* gnu/packages/code.scm (withershins)[arguments]: Don't treat compiler
warnings as errors.
master
Tobias Geerinckx-Rice 2019-11-03 06:33:08 +01:00
parent 73282c75fe
commit 66c2df9ee8
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 3 additions and 0 deletions

View File

@ -332,6 +332,9 @@ features that are not supported by the standard @code{stdio} implementation.")
(build-system cmake-build-system)
(arguments
`(#:out-of-source? #f
#:configure-flags
;; XXX A (justified!) misleading-indentation error breaks the build.
(list "-DENABLE_WERROR=OFF")
#:phases
(modify-phases %standard-phases
(add-after