Ignore libucrt warnings in MSVC

This commit is contained in:
Alex Spataru 2024-11-29 22:40:44 -05:00
parent 5bdb1cdf5b
commit 78b316f684

View File

@ -127,6 +127,7 @@ if(PRODUCTION_OPTIMIZATION)
/OPT:ICF # Remove identical COMDATs
/LTCG # Enable LTO during linkingn
/NODEFAULTLIB:msvcrt.lib # Exclude dynamic runtime
/IGNORE:4286 # Ignore Qt libucrt warning
)
# macOS-specific settings