mirror of
https://git.sr.ht/~leon_plickat/wlopm
synced 2025-05-31 18:54:23 +02:00
build: add -fanalyzer to CFLAGS
This commit is contained in:
parent
41bc661837
commit
4a813508a3
1
Makefile
1
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user