Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/compiler_rt/lib/clang/lib/netbsd Set NODEBUG fo...



details:   https://anonhg.NetBSD.org/src/rev/2d12e19610c9
branches:  trunk
changeset: 458925:2d12e19610c9
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Aug 16 23:07:20 2019 +0000

description:
Set NODEBUG for LLVM sanitizers

The sanitizers are special purpose piece of software that needs customized
build rules. Do not bother with generating debuginfo files for them.

Fixes MKDEBUG=yes build

diffstat:

 external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (6 lines):

diff -r c65217da9fa1 -r 2d12e19610c9 external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk
--- a/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk   Fri Aug 16 15:24:09 2019 +0000
+++ b/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk   Fri Aug 16 23:07:20 2019 +0000
@@ -1,1 +1,2 @@
 CLANG_VER=     7.0.0
+NODEBUG=       # defined



Home | Main Index | Thread Index | Old Index