Browse Source

Add CFLAGS for strict warning checks

master
Joost Rijneveld 5 years ago
parent
commit
a2ee9cbadb
No known key found for this signature in database GPG Key ID: A4FE39CF49CBC553
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile View File

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


Loading…
Cancel
Save