You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when using compiledb on my project, the generated output in incorrect.
In fact, i am getting a "-DPROG_NAME=waffle" isntead of "-DPROG_NAME=\"waffle\"".
Hello, when using compiledb on my project, the generated output in incorrect.
In fact, i am getting a
"-DPROG_NAME=waffle"
isntead of"-DPROG_NAME=\"waffle\""
.This makes thinks my lsp, that there is an invalid identifier called "waffle" all around.
The text was updated successfully, but these errors were encountered: