From 4a813508a3fcaaed923a9884438748d1594b4b17 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Thu, 15 May 2025 00:22:53 +0200 Subject: [PATCH] build: add -fanalyzer to CFLAGS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9157869..a831cae 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ MANDIR=$(PREFIX)/share/man BASHCOMPDIR=$(PREFIX)/share/bash-completion/completions CFLAGS+=-Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result -Wno-strict-prototypes +CFLAGS+=-fanalyzer LIBS=-lwayland-client OBJ=wlopm.o wlr-output-power-management-unstable-v1.o GEN=wlr-output-power-management-unstable-v1.c wlr-output-power-management-unstable-v1.h