summaryrefslogtreecommitdiff
path: root/mail/thunderbird-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird-devel/files')
-rw-r--r--mail/thunderbird-devel/files/mozconfig.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird-devel/files/mozconfig.in b/mail/thunderbird-devel/files/mozconfig.in
index baeba727c18d..2f7b3be42684 100644
--- a/mail/thunderbird-devel/files/mozconfig.in
+++ b/mail/thunderbird-devel/files/mozconfig.in
@@ -39,7 +39,6 @@ ac_add_options --with-system-mng=@LOCALBASE@
######################################################################
# set compile/link features
ac_add_options --with-pthreads
-ac_add_options --enable-strip
######################################################################
# conditional from port Makefile
if test -n "$WITH_REORDER"; then
@@ -49,9 +48,11 @@ else
fi # test -n "$WITH_REORDER"
if test -n "$WITH_DEBUG"; then
ac_add_options --enable-debug
+ ac_add_options --disable-strip
else
ac_add_options --disable-debug
ac_add_options --enable-optimize
+ ac_add_options --enable-strip
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1