Skip to content
Snippets Groups Projects
Commit c3fa61ac authored by Russell Jancewicz's avatar Russell Jancewicz
Browse files

comment out -O0

per bug report commenting out -O0 by default.
parent a2c43fb6
Branches
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ setup(name='python-kadmin', ...@@ -39,7 +39,7 @@ setup(name='python-kadmin',
"./PyKAdminXDR.c", "./PyKAdminXDR.c",
"./getdate.c" "./getdate.c"
], ],
extra_compile_args=["-O0"] #extra_compile_args=["-O0"]
) )
], ],
classifiers=[ classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment