mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Enable math functions introduced in SQLite 3.35.0
This commit is contained in:
parent
4a81dcf4c7
commit
7bfec13b7e
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ my @CC_DEFINE = (
|
||||||
# '-DSQLITE_ENABLE_STAT4', # for sqlite >= 3.8.3.1
|
# '-DSQLITE_ENABLE_STAT4', # for sqlite >= 3.8.3.1
|
||||||
'-DSQLITE_ENABLE_JSON1', # for sqlite >= 3.9.0
|
'-DSQLITE_ENABLE_JSON1', # for sqlite >= 3.9.0
|
||||||
'-DSQLITE_ENABLE_FTS5', # for sqlite >= 3.9.0
|
'-DSQLITE_ENABLE_FTS5', # for sqlite >= 3.9.0
|
||||||
|
'-DSQLITE_ENABLE_MATH_FUNCTIONS', # for sqlite >= 3.35.0
|
||||||
'-DNDEBUG=1',
|
'-DNDEBUG=1',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue