[Bug 257041] [NEW PORT]: devel/py-lief: Parse, modify and abstract ELF, PE and MachO formats.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jul 2021 02:26:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257041
--- Comment #7 from Fukang Chen <loader@FreeBSD.org> ---
https://github.com/lief-project/LIEF/blob/0.11.5/setup.py#L110
100 jobs = self.parallel if self.parallel else 1
We might need to add a --parallel option to respect MAKE_JOBS_NUMBER
PYDISTUTILS_BUILDARGS+= build_ext --parallel=${MAKE_JOBS_NUMBER}
--
You are receiving this mail because:
You are on the CC list for the bug.