summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-04 19:23:34 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-04 19:23:34 -0400
commit26a08e25970f30ea2ba6d8dced9e0bcb0ef3f436 (patch)
tree71de825a78286f8eca77199d5deef247ca1036be
parent4cb43f1a39ea1479ac04bcb296fe0ddc285cea6b (diff)
downloadsha3-26a08e25970f30ea2ba6d8dced9e0bcb0ef3f436.tar.bz2
sha3-26a08e25970f30ea2ba6d8dced9e0bcb0ef3f436.zip
tests/bench/Makefile: add commented CFLAGS with scalar backend
-rw-r--r--tests/bench/Makefile1
1 files changed, 1 insertions, 0 deletions
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