From 16f37ff056aa29f22e2b288d202867663e165486 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 23 Sep 2022 20:56:37 +0200 Subject: Enable warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3