Module Name:    src
Committed By:   joerg
Date:           Sun Jan  5 15:17:04 UTC 2014

Modified Files:
        src/external/bsd/llvm: Makefile.inc

Log Message:
Build tools without debug symbols by default.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/llvm/Makefile.inc
diff -u src/external/bsd/llvm/Makefile.inc:1.64 src/external/bsd/llvm/Makefile.inc:1.65
--- src/external/bsd/llvm/Makefile.inc:1.64	Fri Dec  6 23:21:31 2013
+++ src/external/bsd/llvm/Makefile.inc	Sun Jan  5 15:17:04 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.64 2013/12/06 23:21:31 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.65 2014/01/05 15:17:04 joerg Exp $
 
 .if !defined(LLVM_TOPLEVEL_MK)
 LLVM_TOPLEVEL_MK=
@@ -42,7 +42,7 @@ MCLINKER_INCLUDE_CONFIG= ${LLVM_TOPLEVEL
 LLVM_INCLUDE_OBJDIR!=	cd ${NETBSDSRCDIR}/tools/llvm-include && ${PRINTOBJDIR}
 LLVM_TOOLCONF_OBJDIR!=	cd ${NETBSDSRCDIR}/tools/llvm && ${PRINTOBJDIR}
 HOST_CPPFLAGS+=	${CPPFLAGS}
-HOST_CXXFLAGS+=	-O2 -g -fno-rtti -fno-exceptions
+HOST_CXXFLAGS+=	-O2 -fno-rtti -fno-exceptions
 .if ${MKLLD:Uno} == "yes"
 HOST_CPPFLAGS+=	-std=c++11
 .endif

Reply via email to