1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Fix asan problems in sqlite3rbu.c. Enable RBU for sanitizer release tests.

FossilOrigin-Name: ad2ae7717e7a10cf42aeabd3c544e7884fa082295c2babf0fdb19a684d2aba1e
This commit is contained in:
dan
2024-03-18 21:08:33 +00:00
parent 365b6e9769
commit 28cd72ac52
4 changed files with 12 additions and 9 deletions

View File

@ -108,6 +108,7 @@ namespace eval trd {
-DSQLITE_ENABLE_STAT4
-DSQLITE_OMIT_LOOKASIDE=1
-DCONFIG_SLOWDOWN_FACTOR=5.0
-DSQLITE_ENABLE_RBU
--enable-debug
--enable-all
}