diff options
author | kn <kn@cvs.openbsd.org> | 2019-11-25 23:59:58 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-11-25 23:59:58 +0000 |
commit | b6951a6eacb38c00ed90b0e9fbbd7ccf0558f8e9 (patch) | |
tree | 65c5c40452befad41a5633bb116b78922dea9a3d /gnu/usr.bin/clang | |
parent | fca64baaffa9adbc7f4ee1f52f66c8a2962dc625 (diff) |
Honour DEBUG
OK mortimer
Diffstat (limited to 'gnu/usr.bin/clang')
-rw-r--r-- | gnu/usr.bin/clang/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/clang/Makefile.inc b/gnu/usr.bin/clang/Makefile.inc index d5839ada0e2..6a11cd4a18a 100644 --- a/gnu/usr.bin/clang/Makefile.inc +++ b/gnu/usr.bin/clang/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.16 2019/10/25 00:40:56 mortimer Exp $ +# $OpenBSD: Makefile.inc,v 1.17 2019/11/25 23:59:57 kn Exp $ LLVM_SRCS?= ${.CURDIR}/../../../llvm @@ -13,7 +13,6 @@ CC= egcc CXX= eg++ .endif -DEBUG= NOPIE= CLANG_INCLUDES= -I${LLVM_SRCS}/tools/clang/include |