[SVN-Commit] r1323 - trunk/Mk
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sun Aug 18 23:39:54 UTC 2013
Author: jbeich
Date: Sun Aug 18 23:39:40 2013
New Revision: 1323
Log:
make sure we're on release bandwagon
https://bugzilla.mozilla.org/show_bug.cgi?id=904979
Modified:
trunk/Mk/bsd.gecko.mk
Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk Sat Aug 17 20:13:04 2013 (r1322)
+++ trunk/Mk/bsd.gecko.mk Sun Aug 18 23:39:40 2013 (r1323)
@@ -800,9 +800,9 @@
.endif
.if ${PORT_OPTIONS:MDEBUG}
-MOZ_OPTIONS+= --enable-debug
+MOZ_OPTIONS+= --enable-debug --disable-release
.else
-MOZ_OPTIONS+= --disable-debug
+MOZ_OPTIONS+= --disable-debug --enable-release
.endif
.if ${PORT_OPTIONS:MLOGGING} || ${PORT_OPTIONS:MDEBUG}
More information about the freebsd-gecko
mailing list