mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
strip installer binary unless MOZ_DEBUG is set. bug 241530, r=cls
This commit is contained in:
parent
ad2648a70e
commit
3be018dd44
@ -44,6 +44,9 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifndef MOZ_DEBUG
|
||||
ENABLE_STRIP = 1
|
||||
endif
|
||||
PROGRAM = mozilla-installer-bin
|
||||
REQUIRES = xpcom \
|
||||
jar \
|
||||
|
Loading…
x
Reference in New Issue
Block a user