Skip to content

Commit

Permalink
Disable debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Feb 16, 2021
1 parent 74267e6 commit 290bdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/unwind.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ check-unwind: $(BUILDDIR)/libunwind-$(UNWIND_VER)/build-checked

## LLVM libunwind ##

LLVMUNWIND_OPTS := $(CMAKE_COMMON) -DLIBUNWIND_ENABLE_PEDANTIC=OFF
LLVMUNWIND_OPTS := $(CMAKE_COMMON) -DCMAKE_BUILD_TYPE=MinSizeRel -DLIBUNWIND_ENABLE_PEDANTIC=OFF

$(SRCCACHE)/llvmunwind-$(LLVMUNWIND_VER).tar.xz: | $(SRCCACHE)
$(JLDOWNLOAD) $@ https://github.com/llvm/llvm-project/releases/download/llvmorg-$(LLVMUNWIND_VER)/libunwind-$(LLVMUNWIND_VER).src.tar.xz
Expand Down

0 comments on commit 290bdb9

Please sign in to comment.