From c3fa61acb718dd5b8ac377e0f4f3336e05ba68d4 Mon Sep 17 00:00:00 2001 From: Russell Jancewicz <russell.jancewicz@gmail.com> Date: Wed, 5 Nov 2014 19:13:37 -0500 Subject: [PATCH] comment out -O0 per bug report commenting out -O0 by default. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c024231..50238e5 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup(name='python-kadmin', "./PyKAdminXDR.c", "./getdate.c" ], - extra_compile_args=["-O0"] + #extra_compile_args=["-O0"] ) ], classifiers=[ -- GitLab