diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ CC = cc -CFLAGS = -g +CFLAGS = -Wall -Wextra -Wpedantic -Werror \ + -O3 -march=native -mtune=native \ + -fomit-frame-pointer -pipe LDLIBS = -luriparser -lssl -lcrypto all: totp |