citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit afa36a9d8c473316545743fb0ba228c7a366890b
parent 30c3c1a93aa14d408e5ef92fce3e0e32101c03a1
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Fri, 24 Feb 2023 17:39:24 +0000

inst: clarify why non-standard llvm-config is needed

Diffstat:
Minst/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/inst/Makefile b/inst/Makefile @@ -5,6 +5,7 @@ PROG = citrun_inst #LDADD += -lbsd # +# Need to use ports llvm because extra required libs. LLVM_CONFIG ?= /usr/local/bin/llvm-config CXXFLAGS_LLVM !!= $(LLVM_CONFIG) --cppflags