cmake: Fix windows LNK1189 error (#4627)
This commit is contained in:
@@ -110,6 +110,7 @@ if(MSVC)
|
||||
"/D_CRT_SECURE_NO_WARNINGS"
|
||||
"/D_CRT_SECURE_NO_DEPRECATE"
|
||||
"/MP" # Build with multiple processes
|
||||
"/Zc:inline" # Remove unreferenced COMDAT
|
||||
"/Zc:preprocessor" # Enable preprocessor conformance mode
|
||||
"/fp:precise"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user