Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Automatic -x flag generation when compiling precompiled headers #48

@ravisumit33

Description

@ravisumit33

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions