svn commit: r339549 - stable/12/lib/clang
Glen Barber
gjb at FreeBSD.org
Sun Oct 21 17:38:53 UTC 2018
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}
More information about the svn-src-stable
mailing list