From 82fe03d91350bed04da25693d932c75c736a91bb Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 10 Aug 2025 21:42:49 +0300 Subject: small build system improvements --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84cf2e2..639bb5b 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: setup .PHONY: analyze analyze: setup - CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE) CROSS_COMPILE= + CFLAGS="$$CFLAGS -fanalyzer" SKIP_ANALYZER='-fno-analyzer' $(MAKE) .PHONY: setup setup: -- cgit v1.3