Add -O3 to CFLAGS
This commit is contained in:
parent
3d09ea3ad5
commit
1017c10d0a
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-128f-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-128f-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-128s-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-128s-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-192f-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-192f-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-192s-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-192s-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-256f-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-256f-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-256s-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-haraka-256s-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h haraka.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-128f-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-128f-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-128s-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-128s-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-192f-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-192f-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-192s-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-192s-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-256f-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-256f-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-256s-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-sha256-256s-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h sha256.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-128f-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-128s-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-128s-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-192f-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-192f-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-192s-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-192s-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-256f-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-256f-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-256s-robust_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIB=libsphincs-shake256-256s-simple_clean.a
|
||||
HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h thash.h
|
||||
OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o
|
||||
|
||||
CFLAGS=-Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Werror -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user