Commit dcd24584 authored by Denis Bilenko's avatar Denis Bilenko

temporarily disable EV_CHILD since it breaks Python's subprocess and...

temporarily disable EV_CHILD since it breaks Python's subprocess and os.waitpid because of child reaping
parent 72f7e6de
......@@ -53,6 +53,7 @@ if os.path.exists('libev'):
('EV_CHECK_ENABLE', '0'),
('EV_CLEANUP_ENABLE', '0'),
('EV_EMBED_ENABLE', '0'),
('EV_CHILD_ENABLE', '0'),
("EV_PERIODIC_ENABLE", '0')]
#CORE.gcc_options = ['-Wno-unused-variable', '-Wno-unused-result'] # disable warnings from ev.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment