compiling with sqlite_math_functions tag
sb977 opened this issue · 0 comments
sb977 commented
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?