cmake: try fixing glop MSVC build
This commit is contained in:
@@ -179,6 +179,7 @@ if(MSVC)
|
||||
"/D_CRT_SECURE_NO_WARNINGS"
|
||||
"/D_CRT_SECURE_NO_DEPRECATE"
|
||||
"/MP" # Build with multiple processes
|
||||
"/Zc:preprocessor" # Enable preprocessor conformance mode
|
||||
"/DNDEBUG"
|
||||
)
|
||||
# MSVC warning suppressions
|
||||
|
||||
Reference in New Issue
Block a user