aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-17 20:52:23 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-17 20:52:23 +0300
commit0d4e9292d85a169f881926556992d4ae12dcb6f4 (patch)
tree99229dbacc2f679772ae9ef897b09da0c664b2ff /Makefile
parent395efb9c8a0a0160a7b95769e9484bae5548bbde (diff)
downloadek-0d4e9292d85a169f881926556992d4ae12dcb6f4.tar.gz
ek-0d4e9292d85a169f881926556992d4ae12dcb6f4.zip
actually enable clang compilation and apply fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a11df8..60ac3a8 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ all: setup
.PHONY: analyze
analyze: setup
- CC='gcc -fanalyzer' $(MAKE)
+ CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE)
.PHONY: setup
setup: