1 # use `core2` to make valgrind happy
4 --enable-silent-rules less verbose build output (undo: "make V=1")
5 --enable-static=no build static libraries [default=no]
6 # --enable-shared[=PKGS] build shared libraries [default=yes]
7 # --enable-ciphers=ciphers select the symmetric ciphers to include
8 # --enable-pubkey-ciphers=ciphers select the public-key ciphers to include
9 # --enable-digests=digests select the message digests to include
10 # --enable-kdfs=kdfs select the KDFs to include
11 # --enable-random=name select which random number generator to use
12 # --disable-dev-random disable the use of dev random
13 # --enable-random-daemon Build and support the experimental gcryptrnd
14 # --disable-asm Disable MPI assembler modules
15 # --enable-m-guard Enable memory guard facility
16 # --enable-large-data-tests
17 # Enable the real long ruinning large data tests
18 # --enable-hmac-binary-check
19 # Enable library integrity check
20 # --disable-padlock-support
21 # Disable support for the PadLock Engine of VIA
23 # --disable-aesni-support Disable support for the Intel AES-NI instructions
24 # --disable-pclmul-support
25 # Disable support for the Intel PCLMUL instructions
26 # --disable-drng-support Disable support for the Intel DRNG (RDRAND
28 # --disable-avx-support Disable support for the Intel AVX instructions
29 # --disable-avx2-support Disable support for the Intel AVX2 instructions
30 # --disable-neon-support Disable support for the ARM NEON instructions
31 # --disable-O-flag-munging
32 # Disable modification of the cc -O flag
33 # --disable-amd64-as-feature-detection
34 # Disable the auto-detection of AMD64 as(1) features
35 # --enable-ld-version-script
36 # enable/disable use of linker version script.
37 # (default is system dependent)
38 # --enable-threads={posix|solaris|windows}
39 # specify multithreading API
40 # --disable-threads build without multithread safety
41 # --enable-mpi-path=EXTRA_PATH
42 # prepend EXTRA_PATH to list of CPU specific
44 # --disable-optimization disable compiler optimization
45 # --disable-noexecstack disable non executable stack support
49 libgcrypt (General purpose crypto library)
51 Libgcrypt is a general purpose crypto library based on the code