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
I'm running into a situation where a pkg-config file is providing a -mwindows argument, but later the program being built explicitly specified -mconsole. On gcc, this seems to be respected but with clang -mwindows seems to always win.
Extended Description
I'm running into a situation where a pkg-config file is providing a -mwindows argument, but later the program being built explicitly specified -mconsole. On gcc, this seems to be respected but with clang -mwindows seems to always win.
llvm-project/clang/lib/Driver/ToolChains/MinGW.cpp
Lines 139 to 145 in d28af7c
The text was updated successfully, but these errors were encountered: