Make sure logging is enabled with debug

Submitted by:	Jan Beich <jbeich@tormail.org>
Reported by:	ashish
Tested by:	ashish
This commit is contained in:
Florian Smeets 2013-02-24 14:42:07 +00:00
parent 445ff396c3
commit 0a3ca4a098
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312869

View File

@ -790,12 +790,11 @@ MOZ_OPTIONS+= --enable-strip --enable-install-strip
.if ${PORT_OPTIONS:MDEBUG}
MOZ_OPTIONS+= --enable-debug
WITH_LOGGING= yes
.else
MOZ_OPTIONS+= --disable-debug
.endif
.if ${PORT_OPTIONS:MLOGGING}
.if ${PORT_OPTIONS:MLOGGING} || ${PORT_OPTIONS:MDEBUG}
MOZ_OPTIONS+= --enable-logging
.else
MOZ_OPTIONS+= --disable-logging