mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Only create the sqlite3OSTrace global variable if compiling with
SQLITE_TEST. FossilOrigin-Name: 9e6a4c1473a4cb061a88f6a437a2828368b3ddc8
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
# error "The MEMORY_DEBUG macro is obsolete. Use SQLITE_DEBUG instead."
|
||||
#endif
|
||||
|
||||
#ifdef SQLITE_DEBUG
|
||||
#ifdef SQLITE_TEST
|
||||
# ifndef SQLITE_DEBUG_OS_TRACE
|
||||
# define SQLITE_DEBUG_OS_TRACE 0
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user