Source-Changes-HG archive

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

[src/trunk]: src/tools/llvm Partially revert last, keep assertions enabled (b...



details:   https://anonhg.NetBSD.org/src/rev/9715a40d79f7
branches:  trunk
changeset: 767445:9715a40d79f7
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Jul 18 19:11:28 2011 +0000

description:
Partially revert last, keep assertions enabled (but with the correct
spelling of the option).

diffstat:

 tools/llvm/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b4fa4958f0a9 -r 9715a40d79f7 tools/llvm/Makefile
--- a/tools/llvm/Makefile       Mon Jul 18 18:37:15 2011 +0000
+++ b/tools/llvm/Makefile       Mon Jul 18 19:11:28 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2011/07/18 18:37:15 adam Exp $
+#      $NetBSD: Makefile,v 1.11 2011/07/18 19:11:28 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -23,7 +23,8 @@
            --enable-targets=x86,powerpc,sparc,arm,mips \
            --host=${MACHINE_GNU_PLATFORM} \
            --with-c-include-dirs=/usr/include/clang-3.0:/usr/include \
-           --enable-optimized --disable-assertions
+           --enable-optimized
+# --disable-assertions
 
 need-dl:
        printf '#include <dlfcn.h>\nint main(void){void *p; return dladdr(p, p);}' > need-dl.c



Home | Main Index | Thread Index | Old Index