about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2024-12-27 00:12:10 -0600
committerRen Kararou <[email protected]>2024-12-27 00:12:10 -0600
commitdc3aeb792e176d301915b84f5f6ea69e72053970 (patch)
tree0dfda0d4982a9ecddc4ed7ae0df191a653e74e53 /makefile
parentfe8e86869df900cfea9f7c0895f1563d18915424 (diff)
downloadnbtpd-dc3aeb792e176d301915b84f5f6ea69e72053970.tar.gz
nbtpd-dc3aeb792e176d301915b84f5f6ea69e72053970.tar.bz2
nbtpd-dc3aeb792e176d301915b84f5f6ea69e72053970.zip
startup code nearly complete
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/