From f8f5431266689809be2e8c797eff20c9a3517560 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Sep 2010 00:03:36 +0200 Subject: thunderbird-3.1.3-1 --- thunderbird-mozconfig-debuginfo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'thunderbird-mozconfig-debuginfo') diff --git a/thunderbird-mozconfig-debuginfo b/thunderbird-mozconfig-debuginfo index a0ef07a..65ec915 100644 --- a/thunderbird-mozconfig-debuginfo +++ b/thunderbird-mozconfig-debuginfo @@ -1,5 +1,6 @@ # For mozilla's debuginfo: -export CFLAGS="-gstabs+" -export CXXFLAGS="-gstabs+" +export CFLAGS="-gdwarf-2" +export CXXFLAGS="-gdwarf-2" export MOZ_DEBUG_SYMBOLS=1 +ac_add_options --enable-debug-symbols="-gdwarf-2" ac_add_options --enable-crashreporter -- cgit