~ruther/guix-local

f1ad9b5b8265397f534051c2c1843d3f6cbe8dfc — Danny Milosavljevic 3 months ago 4e067ef
gnu: swift-llvm: Enable assertions.

* gnu/packages/llvm.scm (swift-llvm)[arguments]{configure-flags}: Enable assertions.

Closes: guix/guix#4015
Change-Id: I836898c21f4952e61886f237cba06d095b92402c
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/llvm.scm
M gnu/packages/llvm.scm => gnu/packages/llvm.scm +1 -1
@@ 2189,7 2189,7 @@ cling '#include <stdio.h>' 'printf(\"Hello World!\\n\");'
              "-DLLVM_TARGETS_TO_BUILD=X86;ARM;AArch64;PowerPC;SystemZ;Mips"
              ;; Python llvm.py adds this (not build-script-impl).
              ;; This would also enable dump() by undefining NDEBUG.
              ; FIXME: "-DLLVM_ENABLE_ASSERTIONS=TRUE"
              "-DLLVM_ENABLE_ASSERTIONS=TRUE"
              "-DLLVM_LIT_ARGS=-sv -j 16"
              (string-append "-DGCC_INSTALL_PREFIX="
                             (assoc-ref %build-inputs "gcc-lib"))