aboutsummaryrefslogtreecommitdiff
path: root/src/ctime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctime.c')
-rw-r--r--src/ctime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ctime.c b/src/ctime.c
index e3e1e79a9..f0fdccbdc 100644
--- a/src/ctime.c
+++ b/src/ctime.c
@@ -259,6 +259,9 @@ static const char * const sqlite3azCompileOpt[] = {
#ifdef SQLITE_ENABLE_LOCKING_STYLE
"ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE),
#endif
+#if SQLITE_ENABLE_MATH_FUNCTIONS
+ "ENABLE_MATH_FUNCTIONS"
+#endif
#if SQLITE_ENABLE_MEMORY_MANAGEMENT
"ENABLE_MEMORY_MANAGEMENT",
#endif