mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Disable assertions in llvm and clang for the 10.0 release cycle.
Approved by: re (gjb)
This commit is contained in:
parent
3da091a211
commit
cca6eb1b77
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=256297
@ -6,7 +6,7 @@ CFLAGS+= -I${LLVM_SRCS}/include -I${CLANG_SRCS}/include \
|
||||
-I${LLVM_SRCS}/${SRCDIR} ${INCDIR:C/^/-I${LLVM_SRCS}\//} -I. \
|
||||
-I${LLVM_SRCS}/../../lib/clang/include \
|
||||
-DLLVM_ON_UNIX -DLLVM_ON_FREEBSD \
|
||||
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS #-DNDEBUG
|
||||
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG
|
||||
|
||||
.if !defined(EARLY_BUILD) && defined(MK_CLANG_FULL) && ${MK_CLANG_FULL} != "no"
|
||||
CFLAGS+= -DCLANG_ENABLE_ARCMT \
|
||||
|
Loading…
Reference in New Issue
Block a user