summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-08 00:43:46 +0100
committerwm4 <wm4@nowhere>2019-11-08 00:43:46 +0100
commit53b7a10f5453083390e65bdab5f1e642c37d89a2 (patch)
treee3133852365244eab2e3f840707a51e7190e47dd /DOCS
parent640b8532aaa26285fd1bcfaaa235f85f5a774e7b (diff)
downloadmpv-53b7a10f5453083390e65bdab5f1e642c37d89a2.tar.bz2
mpv-53b7a10f5453083390e65bdab5f1e642c37d89a2.tar.xz
wscript: add --enable-ta-leak-report option
Kind of more convenient because I'm lazy.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech-overview.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index b614d08389..8d75adfff3 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -68,6 +68,7 @@ ta.h & ta.c:
as in it doesn't require valgrind.) You can enable it by setting the
MPV_LEAK_REPORT environment variable to "1":
export MPV_LEAK_REPORT=1
+ Or permanently by building with --enable-ta-leak-report.
This will list all unfree'd allocations on exit.
Documentation can be found here: