mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
src.opts.mk: Disable all of LLVM if C++ support is disabled.
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D36891
This commit is contained in:
parent
fd104a6ebc
commit
f53dc31bb3
1 changed files with 3 additions and 0 deletions
|
|
@ -380,6 +380,9 @@ MK_KERBEROS_SUPPORT:= no
|
|||
|
||||
.if ${MK_CXX} == "no"
|
||||
MK_CLANG:= no
|
||||
MK_LLD:= no
|
||||
MK_LLDB:= no
|
||||
MK_LLVM_BINUTILS:= no
|
||||
MK_GOOGLETEST:= no
|
||||
MK_OFED:= no
|
||||
MK_OPENMP:= no
|
||||
|
|
|
|||
Loading…
Reference in a new issue