From 3ded76b3c514f21b3e3f10589d2ca2eb43f4fe6a Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 5 Feb 2019 18:06:13 +0100 Subject: streamlining the Makefile --- test/monniaux/bitsliced-aes/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/monniaux/bitsliced-aes/Makefile') diff --git a/test/monniaux/bitsliced-aes/Makefile b/test/monniaux/bitsliced-aes/Makefile index 1c32801a..7020469c 100644 --- a/test/monniaux/bitsliced-aes/Makefile +++ b/test/monniaux/bitsliced-aes/Makefile @@ -3,6 +3,7 @@ src = $(wildcard *.c) tests/tests.c CCOMP=ccomp CCOMPFLAGS=-O3 -Wall +CFLAGS= -std=c99 -O3 -Wall -Wextra -Werror=implicit K1C_CC=k1-mbr-gcc K1C_CFLAGS = -std=c99 -O3 -Wall -Wextra -Werror=implicit K1C_CCOMP = ../../../ccomp -- cgit