mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Ignore libucrt warnings in MSVC
This commit is contained in:
parent
5bdb1cdf5b
commit
78b316f684
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user