Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 17:38:52 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r339549 - stable/12/lib/clang
Message-ID:  <201810211738.w9LHcqjs067459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Sun Oct 21 17:38:52 2018
New Revision: 339549
URL: https://svnweb.freebsd.org/changeset/base/339549

Log:
  Uncomment -DNDEBUG in stable/12 after branching stable/12.
  This edit was a mistake in head, and should have been applied
  to stable/12 upon branching, not head.
  
  This is a direct commit to stable/12.
  
  Reported by:	jbeich, dim
  Approved by:	re (kib)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/lib/clang/llvm.build.mk

Modified: stable/12/lib/clang/llvm.build.mk
==============================================================================
--- stable/12/lib/clang/llvm.build.mk	Sun Oct 21 17:15:09 2018	(r339548)
+++ stable/12/lib/clang/llvm.build.mk	Sun Oct 21 17:38:52 2018	(r339549)
@@ -17,7 +17,7 @@ CFLAGS+=	-I${LLVM_SRCS}/include
 CFLAGS+=	-DLLVM_BUILD_GLOBAL_ISEL
 CFLAGS+=	-D__STDC_LIMIT_MACROS
 CFLAGS+=	-D__STDC_CONSTANT_MACROS
-#CFLAGS+=	-DNDEBUG
+CFLAGS+=	-DNDEBUG
 
 TARGET_ARCH?=	${MACHINE_ARCH}
 BUILD_ARCH?=	${MACHINE_ARCH}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810211738.w9LHcqjs067459>