[SVN-Commit] r1516 - trunk/Mk

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Feb 27 04:41:05 UTC 2014


Author: jbeich
Date: Thu Feb 27 04:40:49 2014
New Revision: 1516

Log:
add DEBUG symbols workaround due to portmgr@ bottleneck

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Wed Feb 26 17:09:11 2014	(r1515)
+++ trunk/Mk/bsd.gecko.mk	Thu Feb 27 04:40:49 2014	(r1516)
@@ -787,6 +787,7 @@
 
 .if ${PORT_OPTIONS:MDEBUG}
 MOZ_OPTIONS+=	--enable-debug --disable-release
+STRIP=	# ports/184285
 .else
 MOZ_OPTIONS+=	--disable-debug --enable-release
 .endif


More information about the freebsd-gecko mailing list