aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-04-25 05:11:39 +0200
committerEgor Tensin <egor@tensin.name>2024-04-25 05:43:13 +0200
commit8e652dd2cb69928ea1596aa3e59845fef6854e2c (patch)
tree62c827fde628593192dec56fbaeb2bb243d96414 /DEVELOPMENT.md
parentMakefile: separate shortcuts for debug & release builds (diff)
downloadcimple-8e652dd2cb69928ea1596aa3e59845fef6854e2c.tar.gz
cimple-8e652dd2cb69928ea1596aa3e59845fef6854e2c.zip
add a target to build w/ -fanalyzerHEADmaster
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md6
1 files changed, 6 insertions, 0 deletions
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.