pkgsrc-WIP-changes archive

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

chromium-new: Back to Release build



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Sat Jul 23 14:02:34 2016 +0900
Changeset:	f2c23c977178dbd7c4f210597b8a2d8f8802ff5d

Modified Files:
	chromium-new/Makefile

Log Message:
chromium-new: Back to Release build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f2c23c977178dbd7c4f210597b8a2d8f8802ff5d

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

diffstat:
 chromium-new/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/chromium-new/Makefile b/chromium-new/Makefile
index bffac3a..fd99320 100644
--- a/chromium-new/Makefile
+++ b/chromium-new/Makefile
@@ -60,8 +60,8 @@ CFLAGS+=		-fno-stack-protector
 # for #include <glib-2.0/gmodule.h>
 CFLAGS+=		-I${BUILDLINK_DIR}/include/glib
 
-#BUILDTYPE=	Release
-BUILDTYPE=	Debug
+BUILDTYPE=	Release
+#BUILDTYPE=	Debug
 MAKE_ENV+=	BUILDTYPE=${BUILDTYPE}
 MAKE_ENV+=	GPERF=${PREFIX}/bin/gperf
 


Home | Main Index | Thread Index | Old Index