cmake: try fixing glop MSVC build

This commit is contained in:
Mizux Seiha
2024-02-13 23:22:17 +01:00
parent af44f98dbe
commit 14edfdbff6

View File

@@ -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