go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

compiling with sqlite_math_functions tag

Open sb977 opened this issue 1 year ago • 0 comments

i'm using VS CODE on linux, when i compile my project with cmd: go build -tags "sqlite_math_functions"

everythings go well. Then i have some issues with VSCODE debug.... While running in DEBUG mode on VSCODE.... i can't use SQLITE MATH functions...... Know anyone why ? i think VSCODE is compiling my project/sqlite(mattn v.14.22) with distinct directives in debug mode... Can anyone tell me how can i change options to compile SQLITE with math fn in debug mode?

sb977 avatar Aug 15 '24 19:08 sb977