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
{{ message }}
This repository was archived by the owner on Dec 14, 2024. It is now read-only.
A major obstable of supporting MSVC is Autobuild is currently calling the configured compiler (by passing -M argument) to inspect dependencies between source files, but -M is not supported by MSVC.
A major obstable of supporting MSVC is Autobuild is currently calling the configured compiler (by passing
-Margument) to inspect dependencies between source files, but-Mis not supported by MSVC.