Add CFLAGS for strict warning checks
This commit is contained in:
vanhempi
b5e46c91b8
commit
a2ee9cbadb
2
Makefile
2
Makefile
@ -5,6 +5,8 @@ ifndef SCHEME
|
||||
$(error SCHEME variable is not set)
|
||||
endif
|
||||
|
||||
CFLAGS=-Wall -Wextra -Wpedantic -Werror -std=c99
|
||||
|
||||
functest_kem: crypto_kem/test.c $(wildcard crypto_kem/$(SCHEME)/clean/*.c) $(wildcard crypto_kem/$(SCHEME)/clean/*.h)
|
||||
mkdir -p bin
|
||||
$(CC) $(CFLAGS)\
|
||||
|
Ladataan…
Viittaa uudesa ongelmassa
Block a user