From 8e652dd2cb69928ea1596aa3e59845fef6854e2c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 25 Apr 2024 05:11:39 +0200 Subject: add a target to build w/ -fanalyzer --- DEVELOPMENT.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DEVELOPMENT.md') diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 59c5e9e..0d88a72 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -55,6 +55,12 @@ build/coverage/html: The latest code coverage report for the `master` branch can be found at https://egor-tensin.github.io/cimple/coverage/. +### Static analysis + +Build w/ GCC's `-fanalyzer`: + + make analyzer + ### Flame graphs Some performance analysis can be done by looking at flame graphs. -- cgit v1.2.3