Commit b62de320 authored by Sam Rushing's avatar Sam Rushing

lz4 zstack support

parent c570fd11
......@@ -74,9 +74,10 @@ setup (
#pyrex_compile_time_env={'COMPILE_LIO': check_lio(),
# 'CORO_DEBUG': True,
# },
# to enable LZO for stack compression, set COMPILE_LZO in coro/_coro.pyx
# and uncomment the following:
# to enable LZO|LZ4 for stack compression, set COMPILE_LZO|COMPILE_LZ4 in coro/_coro.pyx
# and uncomment one of the following:
#libraries=['lzo2']
#libraries=['lz4']
libraries=['z']
),
Extension(
......
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