Skip to content

Commit

Permalink
[Del] Remove vnoes from Linux build for default because of memory req…
Browse files Browse the repository at this point in the history
…uirement is too high currently.

I will try to improve autocxxpy to reduce the memory usage soon.
  • Loading branch information
nanoric committed Jul 22, 2019
1 parent ebc5e79 commit bc63d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def gather_autocxxpy_generated_files(root: str):
elif platform.system() == "Darwin":
ext_modules = []
else:
ext_modules = [vnctptd, vnctpmd, vnoes]
ext_modules = [vnctptd, vnctpmd]


def check_extension_build_flag(key: str, module: Extension):
Expand Down

0 comments on commit bc63d9e

Please sign in to comment.