gbagfx to respect user CC setting

This commit is contained in:
grunt-lucas 2023-08-22 07:37:48 -07:00
parent 39192725f2
commit 9d170c7e35

View File

@ -1,4 +1,4 @@
CC = gcc
CC ?= gcc
CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK
CFLAGS += $(shell pkg-config --cflags libpng)