vs-tool icon indicating copy to clipboard operation
vs-tool copied to clipboard

Automatic -x flag generation when compiling precompiled headers

Open ravisumit33 opened this issue 5 years ago • 0 comments

I am trying to compile a header file as precompiled header.

em++ command for this is: em++ -x c++-header header.h -o header.pch

But this plugin is automatically adding -x c flag at end overwriting -x c++-header flag given by me. This is causing issues and emscripten is not compiling. Is there a way to turn automatic flag adding off?

ravisumit33 avatar Oct 13 '20 18:10 ravisumit33