about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 628329d..eac6ed1 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 CC:=clang
-CFLAGS:=-march=native -O3 -funroll-loops
+CFLAGS:=-march=native -O3 -funroll-loops -Wall -Wextra -Werror
 LDFLAGS:=-flto=thin
 
 INCLUDES=-Iinc/