Attempt to (temporarily, for one build cycle only) preempt symbol-stripping on n810, so that the generated build will have symbols and thus can be debugged. r=evil-evil-awful-hack-this-is-the-worst-thing-I-have-ever-pushed-but-it-must-be-done

This commit is contained in:
Jeff Walden 2010-03-19 17:39:12 -07:00
parent 1e33f57b39
commit 5477f0c7cc

View File

@ -65,4 +65,11 @@ ifeq ($(OS_ARCH),WINCE)
EXTRA_LIBS += libcmt.lib
endif
ifdef MOZ_PLATFORM_MAEMO
libs:: ssltunnel
if [ -e "$(DEPTH)/../mobile/config/autoconf.mk" ]; then \
echo 'PKG_SKIP_STRIP=1' >> $(DEPTH)/../mobile/config/autoconf.mk; \
fi
endif
include $(topsrcdir)/config/rules.mk