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:
parent
445ff396c3
commit
0a3ca4a098
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312869
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user