aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7473a93..e368746 100644
--- a/Makefile
+++ b/Makefile
@@ -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