mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
Removed HAVE_ALIGNED_ALLOC flag causing problems on mac.
This commit is contained in:
parent
019d3feaa6
commit
4f1ce76a03
@ -3,6 +3,6 @@ noinst_LTLIBRARIES = libpicnic_i.la
|
||||
|
||||
libpicnic_i_la_SOURCES = sig_picnic.c external/aligned_alloc.c external/bitstream.c external/cpu.c external/io.c external/kdf_shake.c external/lowmc.c external/lowmc_pars.c external/lowmc_128_128_20.c external/lowmc_192_192_30.c external/lowmc_256_256_38.c external/mpc.c external/mpc_lowmc.c external/mzd_additional.c external/picnic.c external/picnic_impl.c external/sha3/KeccakHash.c external/sha3/KeccakSponge.c external/sha3/opt64/KeccakP-1600-opt64.c
|
||||
# TODO: enable the other picnic flags? See external/README.md
|
||||
libpicnic_i_la_CPPFLAGS = -fPIC -march=native -I../../include -Iexternal -Iexternal/sha3 -Iexternal/sha3/opt64 -DMUL_M4RI -DREDUCED_LINEAR_LAYER -DHAVE_ALIGNED_ALLOC -DHAVE_POSIX_MEMALIGN -DWITH_LOWMC_128_128_20 -DWITH_LOWMC_192_192_30 -DWITH_LOWMC_256_256_38 -DWITH_OPT -DWITH_SSE2 -DWITH_SSE4_1
|
||||
libpicnic_i_la_CPPFLAGS = -fPIC -march=native -I../../include -Iexternal -Iexternal/sha3 -Iexternal/sha3/opt64 -DMUL_M4RI -DREDUCED_LINEAR_LAYER -DHAVE_POSIX_MEMALIGN -DWITH_LOWMC_128_128_20 -DWITH_LOWMC_192_192_30 -DWITH_LOWMC_256_256_38 -DWITH_OPT -DWITH_SSE2 -DWITH_SSE4_1
|
||||
libpicnic_i_la_CPPFLAGS += $(AM_CPPFLAGS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user