Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2025-02-06 09:30:57 +08:00
commit f7298813f9
11 changed files with 44 additions and 91 deletions

View file

@ -221,6 +221,9 @@ case "$target" in
# 'noexcept' used with no exception handling mode specified;
# termination on exception is not guaranteed. Specify /EHsc
CXXFLAGS="$CXXFLAGS -wd4577"
# Silence unhelpful -Qspectre warnings
CXXFLAGS="$CXXFLAGS -wd5045"
if test -n "$WIN_UCRT_REDIST_DIR"; then
if test ! -d "$WIN_UCRT_REDIST_DIR"; then