mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Fix for bugzilla#1316 in which both debug and optimization flags were being passed to the compiler when MOZ_DEBUG was defined.
This commit is contained in:
parent
087449a67e
commit
b1042e2183
@ -249,7 +249,9 @@ endif
|
||||
|
||||
ifdef USE_AUTOCONF
|
||||
OPTIMIZER =
|
||||
ifndef MOZ_DEBUG
|
||||
DEFINES += -UDEBUG -DNDEBUG -DTRIMMED
|
||||
endif
|
||||
XBCFLAGS =
|
||||
else
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user