home | blog | art | now | git gpg | email | rss

morph

Generate xresources colors from an image.
git clone https://pollux.codes/git/morph.git
Log | Files | Refs | README | LICENSE
commit 34a97e4aed492fc0ee424bbcfd6011c344b9b1a1
parent 2c991c0bc5c8291358925cf1cebe86903cf369f8
Author: Pollux <pollux@pollux.codes>
Date:   Sat, 19 Jul 2025 16:22:12 -0500

chore: Add release CFLAGS

Signed-off-by: Pollux <pollux@pollux.codes>

Diffstat:
Mconfig.mk | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -1,3 +1,9 @@ CPPFLAGS = -CFLAGS = -std=c99 -g -O0 -fsanitize=address -Wall -Werror + +# Debug (for development only) +# CFLAGS = -std=c99 -g3 -O0 -fsanitize=address -Wall -Wpedantic -Werror + +# Release +CFLAGS = -std=c99 -O3 -Wall -Werror + LDFLAGS = -lImlib2 -lm