diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-18 00:10:44 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-18 00:10:44 +0300 |
| commit | 1bb997feefda0154e975797faaacec7c47de55e0 (patch) | |
| tree | b20ce183157acac64a4b877400596563f0e01731 | |
| parent | 33fcf676128426f2ac9a4730d63fa481bb351518 (diff) | |
| download | ek-1bb997feefda0154e975797faaacec7c47de55e0.tar.gz ek-1bb997feefda0154e975797faaacec7c47de55e0.zip | |
don't support analysis while cross compiling
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ all: setup .PHONY: analyze analyze: setup - CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE) + CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE) CROSS_COMPILE= .PHONY: setup setup: |
