AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to version 0.1.4: * Don't allow mixing options with positional arguments.
- update to version 0.1.3: * build system improvements
- remove source verification with gpg-offline
- update to 0.1.2 * In the first step, set virtual memory limit to 32 TiB (slightly above the typical usage for 64-bit ASan-ed programs). On x86, this should reduce the number of execs by 2 for virtually all target programs. * Round virtual memory limit to (at least) page size. On x86, this could reduce the number of execs by 12 (for “-u B”) or by 2 (for “-u K”). * Put license into a separate file. https://github.com/jwilk/recidivm/issues/1 * Use LFS_LDFLAGS and LFS_LIBS in addition to LFS_CFLAGS. * Fix GCC 7 compiler warnings.
- initial package for version 0.1.1