Skip to content

Commit cfd2b39

Browse files
committed
add /fallback for clang-cl
1 parent c78c6ad commit cfd2b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/build/confutils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2549,6 +2549,7 @@ function toolset_setup_common_cflags()
25492549
} else {
25502550
ADD_FLAG('CFLAGS', ' -m32 ');
25512551
}
2552+
ADD_FLAG("CFLAGS", " /fallback ");
25522553
}
25532554
}
25542555

0 commit comments

Comments
 (0)