linux-pam/libpamc/include/security
Dmitry V. Levin 7fb6beed01 meson: build Linux-PAM using meson
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.
2024-09-10 08:00:00 +00:00
..
meson.build meson: build Linux-PAM using meson 2024-09-10 08:00:00 +00:00
pam_client.h libpamc: enclose macro parameter 2024-02-22 16:04:08 +00:00