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/8e8a4b495c1a
branches: trunk
changeset: 453541:8e8a4b495c1a
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 30466b5c0913 -r 8e8a4b495c1a 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