diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-05-04 19:23:34 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-05-04 19:23:34 -0400 |
commit | 26a08e25970f30ea2ba6d8dced9e0bcb0ef3f436 (patch) | |
tree | 71de825a78286f8eca77199d5deef247ca1036be /tests | |
parent | 4cb43f1a39ea1479ac04bcb296fe0ddc285cea6b (diff) | |
download | sha3-26a08e25970f30ea2ba6d8dced9e0bcb0ef3f436.tar.bz2 sha3-26a08e25970f30ea2ba6d8dced9e0bcb0ef3f436.zip |
tests/bench/Makefile: add commented CFLAGS with scalar backend
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bench/Makefile | 1 |
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 |