From d31afe8969f6fd2f807ce9b4dac960b09faced6e Mon Sep 17 00:00:00 2001 From: "jdennis%redhat.com" Date: Mon, 21 Feb 2011 17:12:53 +0000 Subject: [PATCH] remove debug flags git-svn-id: svn://10.0.0.236/trunk@261956 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/python/nss/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',