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
Clang can be used in "MSVC mode" to build hwloc using autotools.
That mode doesn't support -mwindows just like MSVC doesn't.
-mwindows is the only difference between lstopo-win and lstopo,
and we already remove -mwindows from lstopo-win if building
with MSVC, so just disable lstopo-win instead of building both
identically.
Closes#631
Signed-off-by: Brice Goglin <[email protected]>
(cherry picked from commit a2ee1db)
0 commit comments