aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-09-23 20:56:37 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-09-23 20:56:37 +0200
commit16f37ff056aa29f22e2b288d202867663e165486 (patch)
treebaf0c62c726a2651d11ea523d2e071ac9ac466a1
parent40e26d2bc72213c3fc0633038b7da58da10b4707 (diff)
Enable warnings
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a6c38d..4c5131c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
-CFLAGS = -Ofast -march=native -mtune=native -pipe
+CFLAGS = -Ofast -march=native -mtune=native -pipe -Wall -Wextra -Werror -pedantic
PREFIX = /usr
target = center