gnu: withershins: Build.
* gnu/packages/code.scm (withershins)[arguments]: Don't treat compiler warnings as errors.master
parent
73282c75fe
commit
66c2df9ee8
|
@ -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
|
||||
|
|
Reference in New Issue