From 26a08e25970f30ea2ba6d8dced9e0bcb0ef3f436 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 4 May 2024 19:23:34 -0400 Subject: tests/bench/Makefile: add commented CFLAGS with scalar backend --- tests/bench/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/bench') diff --git a/tests/bench/Makefile b/tests/bench/Makefile index 3e08426..d1106bf 100644 --- a/tests/bench/Makefile +++ b/tests/bench/Makefile @@ -1,3 +1,4 @@ +# CFLAGS=-std=c11 -W -Wall -Wextra -Wpedantic -Werror -g -O3 -march=native -mtune=native -DSHA3_BACKEND=0 CFLAGS=-std=c11 -W -Wall -Wextra -Wpedantic -Werror -g -O3 -march=native -mtune=native APP=./bench OBJS=sha3.o bench.o -- cgit v1.2.3