mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-19 21:16:52 +02:00
Fix refcount leak and optimize list initialization.
This commit is contained in:
@@ -2,7 +2,7 @@ from distutils.core import setup, Extension
|
||||
|
||||
version = '0.0.1'
|
||||
|
||||
msgpack_mod = Extension('msgpack', sources=['msgpack.c'])
|
||||
msgpack_mod = Extension('msgpack', sources=['msgpack.c'], extra_compile_args=["-O3"])
|
||||
|
||||
desc = 'MessagePack serializer/desirializer.'
|
||||
long_desc = desc + """
|
||||
|
Reference in New Issue
Block a user