mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-23 09:43:36 +08:00
7fb6beed01
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. |
||
---|---|---|
.. | ||
include/security | ||
test | ||
libpamc.h | ||
libpamc.map | ||
License | ||
Makefile.am | ||
meson.build | ||
pamc_client.c | ||
pamc_converse.c | ||
pamc_load.c | ||
pamc.pc.in |