1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 19:20:36 -04:00
ports/devel/py-traits/files/patch-setup.py
2016-11-28 03:02:05 +00:00

10 lines
290 B
Python

--- setup.py.orig 2016-11-28 02:44:17 UTC
+++ setup.py
@@ -102,7 +102,6 @@ if __name__ == "__main__":
ctraits = Extension(
'traits.ctraits',
sources=['traits/ctraits.c'],
- extra_compile_args=['-DNDEBUG=1', '-O3'],
)
def additional_commands():