remove debug flags

git-svn-id: svn://10.0.0.236/trunk@261956 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdennis%redhat.com 2011-02-21 17:12:53 +00:00
parent 98ff5efb56
commit d31afe8969

View File

@ -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',