Skip to content

Commit 8c03558

Browse files
committed
Native march and mtune
1 parent 15442ab commit 8c03558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CC = gcc
33
OPENSSL = /usr/include/openssl
44
OPENSSL_LIB = -lssl
55

6-
CFLAGS += -I $(OPENSSL) -g -std=gnu99 -O3
6+
CFLAGS += -I $(OPENSSL) -g -std=gnu99 -O3 -march=native -mtune=native
77
LDFLAGS += $(OPENSSL_LIB) -lcrypto -lpthread
88

99
NAME = jwtcrack

0 commit comments

Comments
 (0)