Skip to content

Commit fb5ae92

Browse files
Added a compile time flag to compile SQLite with builtin math funcions
1 parent 33f8205 commit fb5ae92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[env]
2+
# To use built-in math functions, this compile time flag must be set
3+
# See https://www.sqlite.org/draft/lang_mathfunc.html as a reference
4+
LIBSQLITE3_FLAGS = { value = "-DSQLITE_ENABLE_MATH_FUNCTIONS", force=true }

0 commit comments

Comments
 (0)