notashelf /
237a013e0331cc6f497559079d17f4659ceecd8e
chroma
publicLightweight wallpaper daemon for Wayland
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.gitCommit 237a013e0331
tarballunverified1 files changed+4-2
@@ -17,8 +17,10 @@ SYSTEMD_INSTALL = $(HOME)/.config/systemd/user # Compiler and flags CC = gcc CFLAGS = -std=c11 -Wall -Wextra -Werror -pedantic -O2 -g-CFLAGS += -D_GNU_SOURCE -DCHROMA_VERSION=\"$(VERSION)\"-CPPFLAGS = -I$(INCDIR)+CFLAGS += -fstack-protector-strong -fstack-clash-protection+CFLAGS += -fno-common -Wshadow -Wstrict-prototypes+CFLAGS += -Wformat=2 -Wnormalized=nfc+CFLAGS += -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -DCHROMA_VERSION=\"$(VERSION)\" # Debug build flags DEBUG_CFLAGS = -std=c11 -Wall -Wextra -Werror -pedantic -Og -g3 -DDEBUG