Merge pull request #1916 from grunt-lucas/gbagfx-cc

gbagfx to respect user CC setting
This commit is contained in:
GriffinR
2023-08-22 14:57:32 -04:00
committed by GitHub

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)