Przeglądaj źródła

use the same compiler flags as other implementations

tags/v0.0.1
Leon Botros 5 lat temu
committed by Kris Kwiatkowski
rodzic
commit
e3db88d7e4
3 zmienionych plików z 3 dodań i 3 usunięć
  1. +1
    -1
      crypto_kem/babybear/clean/Makefile
  2. +1
    -1
      crypto_kem/mamabear/clean/Makefile
  3. +1
    -1
      crypto_kem/papabear/clean/Makefile

+ 1
- 1
crypto_kem/babybear/clean/Makefile Wyświetl plik

@@ -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)



+ 1
- 1
crypto_kem/mamabear/clean/Makefile Wyświetl plik

@@ -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)



+ 1
- 1
crypto_kem/papabear/clean/Makefile Wyświetl plik

@@ -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)



Ładowanie…
Anuluj
Zapisz