Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | padout: build as a native executable | root | 2024-11-03 | 1 | -0/+1 |
| | | | | | | | Add 'native: true' to the build config of padout. Resolves: https://github.com/linux-pam/linux-pam/issues/850 Signed-off-by: Sietse <sietse@wizdom.nu> | ||||
* | meson: build Linux-PAM using meson | Dmitry V. Levin | 2024-09-10 | 1 | -0/+42 |
On my non-representative hardware, the full build using autotools (./autogen.sh && CFLAGS=-O2 ./configure && make -j`nproc` && make -j`nproc` install) takes about 45 seconds. On the same hardware, the full build using meson (meson setup -Doptimization=2 dir && meson compile -C dir && meson install -C dir) takes just about 7.5 seconds. |