1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00

use the same compiler flags as other implementations

This commit is contained in:
Leon Botros 2019-10-25 19:09:12 +02:00 committed by Kris Kwiatkowski
parent 692e7bea39
commit e3db88d7e4
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ HEADERS = api.h melas_fec.h params.h ring.h threebears.h
OBJECTS = kem.o melas_fec.o ring.o threebears.o
CFLAGS=-O3 -Wcast-align=strict -Wall -Wconversion -Wextra -Werror -Wpedantic -Wvla -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
all: $(LIB)

View File

@ -6,7 +6,7 @@ HEADERS = api.h melas_fec.h params.h ring.h threebears.h
OBJECTS = kem.o melas_fec.o ring.o threebears.o
CFLAGS=-O3 -Wcast-align=strict -Wall -Wconversion -Wextra -Werror -Wpedantic -Wvla -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
all: $(LIB)

View File

@ -6,7 +6,7 @@ HEADERS = api.h melas_fec.h params.h ring.h threebears.h
OBJECTS = kem.o melas_fec.o ring.o threebears.o
CFLAGS=-O3 -Wcast-align=strict -Wall -Wconversion -Wextra -Werror -Wpedantic -Wvla -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
all: $(LIB)