diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..c0b267cf --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,4 @@ +[env] +# To use built-in math functions, this compile time flag must be set +# See https://www.sqlite.org/draft/lang_mathfunc.html as a reference +LIBSQLITE3_FLAGS = { value = "-DSQLITE_ENABLE_MATH_FUNCTIONS", force=true }