diff options
Diffstat (limited to 'tests/bench/Makefile')
-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 |