[Del] Remove vnoes from Linux build for default because of memory requirement is too high currently.
I will try to improve autocxxpy to reduce the memory usage soon.
This commit is contained in:
parent
ebc5e79be7
commit
bc63d9ec61
2
setup.py
2
setup.py
@ -118,7 +118,7 @@ if platform.system() == "Windows":
|
|||||||
elif platform.system() == "Darwin":
|
elif platform.system() == "Darwin":
|
||||||
ext_modules = []
|
ext_modules = []
|
||||||
else:
|
else:
|
||||||
ext_modules = [vnctptd, vnctpmd, vnoes]
|
ext_modules = [vnctptd, vnctpmd]
|
||||||
|
|
||||||
|
|
||||||
def check_extension_build_flag(key: str, module: Extension):
|
def check_extension_build_flag(key: str, module: Extension):
|
||||||
|
Loading…
Reference in New Issue
Block a user