Skip to content

building locally on windows spawns window for every cl.exe invocation #67

@wanderview

Description

@wanderview

I am trying to use sccache2 on my local windows 10 machine. I put this in my mozconfig:

ac_add_options --with-ccache=sccache.exe
export _DEPEND_CFLAGS='-deps$(MDDEPDIR)/$(@F).pp'
mk_add_options "export CC_WRAPPER="
mk_add_options "export CXX_WRAPPER="
mk_add_options "export COMPILE_PDB_FLAG="
mk_add_options "export HOST_PDB_FLAG="
mk_add_options "export MOZ_DEBUG_FLAGS=-Z7"

It seems to be working, but there is a major usability problem. Every invocation of cl.exe spawns a new window. These appear and disappear rapidly changing the focus constantly. This makes the machine pretty useless until the compile ends.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions