aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-11 16:31:12 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-11 16:31:12 +0200
commitbee8deb5bc561fb694e32c04676933d53772ac3c (patch)
treeb63b32ccb4c3a4087e4cd05da3412ca570a15d8c
parent39cae09f33fda0336f32263ab0e4b01e6516b475 (diff)
Properly configure CFLAGS
-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