[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:
nanoric 2019-07-22 11:26:33 +08:00
parent ebc5e79be7
commit bc63d9ec61

View File

@ -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):