diff --git a/mozilla/security/python/nss/setup.py b/mozilla/security/python/nss/setup.py index b2e44383982..4b00b67dc32 100644 --- a/mozilla/security/python/nss/setup.py +++ b/mozilla/security/python/nss/setup.py @@ -304,8 +304,8 @@ Python bindings for Network Security Services (NSS) and Netscape Portable Runtim debug_compile_args = ['-O0', '-g'] # force debug build until package matures -extra_compile_args = debug_compile_args -#extra_compile_args = [] +#extra_compile_args = debug_compile_args +extra_compile_args = [] nss_error_extension = \ Extension('nss.error',