diff options
| author | iamcheeseman <[email protected]> | 2026-05-29 22:01:18 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-29 22:01:18 -0400 |
| commit | 840b5c151fcd207e904fb2a6d3bb3fd658ef6209 (patch) | |
| tree | d06c90490f087b2c5ad8a95b292ddfa315f5b70f /build.env | |
| parent | a1429f81e3cfb6cefd44ba412d3d5e8f7bc97a71 (diff) | |
remove the memory tracker in debug mode for asan
Diffstat (limited to 'build.env')
| -rw-r--r-- | build.env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ CC=cc PLATFORM=desktop OUT=demonchime -DBFLAGS='-g -ggdb -rdynamic -DTEENSY_DEBUG' +DBFLAGS='-g -ggdb -rdynamic -DTEENSY_DEBUG -fsanitize=address' |
