~ubuntu-branches/ubuntu/raring/nss/raring-security

« back to all changes in this revision

Viewing changes to mozilla/security/coreconf/Darwin.mk

Tags: 3.12.8-0ubuntu0.10.10.1
* New upstream release v3.12.8 (NSS_3_12_8_RTM)
  - Fix browser wildcard certificate validation issue
  - Update root certs
  - Fix SSL deadlocks
* Refresh patches:
  - update debian/patches/38_kbsd.patch
  - update debian/patches/97_SSL_RENEGOTIATE_TRANSITIONAL.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        OPTIMIZER       = -O2
115
115
endif
116
116
ifdef MOZ_DEBUG_SYMBOLS
117
 
        OPTIMIZER  += -gdwarf-2 -gfull
 
117
        ifdef MOZ_DEBUG_FLAGS
 
118
                OPTIMIZER += $(MOZ_DEBUG_FLAGS)
 
119
        else
 
120
                OPTIMIZER += -gdwarf-2 -gfull
 
121
        endif
118
122
endif
119
123
endif
120
124