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
result in the same pattern in the compile_commands and vscode doesn't like that, it would be great to have a vscode compatible mode where the above gets converted to
gcc -O2 -DSTUFF=1 -DMORE_STUFF=1 -o file.o file.c
The text was updated successfully, but these errors were encountered:
using a command line such as
gcc -DSTUFF=1 -O2 -DMORE_STUFF=1 -o file.o file.c
result in the same pattern in the compile_commands and vscode doesn't like that, it would be great to have a vscode compatible mode where the above gets converted to
gcc -O2 -DSTUFF=1 -DMORE_STUFF=1 -o file.o file.c
The text was updated successfully, but these errors were encountered: