From ac6e6181c48b0e21219c1ea57e30fa8d3c3f1714 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Fri, 18 Jan 2019 14:07:17 +0100 Subject: some unrolling --- test/monniaux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/Makefile') diff --git a/test/monniaux/Makefile b/test/monniaux/Makefile index be534653..aa559699 100644 --- a/test/monniaux/Makefile +++ b/test/monniaux/Makefile @@ -1,6 +1,6 @@ CFLAGS=-Wall -O3 K1C_CC=k1-mbr-gcc -K1C_CFLAGS=-Wall -O3 -std=c99 +K1C_CFLAGS=-Wall -O2 -std=c99 K1C_CCOMP=../../ccomp K1C_CCOMPFLAGS=-Wall -O3 -D__thread= -D__int128=int -- cgit