Bug 788680 - Don't stripped symbols from Fennec Nightly releases. r=ted

This commit is contained in:
Benoit Girard 2012-09-05 17:31:56 -04:00
parent b63e64f381
commit 1288ab8938

View File

@ -25,3 +25,7 @@ ac_add_options --enable-warnings-as-errors
# Use ccache
ac_add_options --with-ccache=/usr/bin/ccache
# This will overwrite the default of stripping everything and keep the symbol table.
# This is useful for profiling with eideticker. See bug 788680
STRIP_FLAGS="--strip-debug"