We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed3407 commit a790483Copy full SHA for a790483
1 file changed
cmake/cpp.cmake
@@ -110,6 +110,7 @@ if(MSVC)
110
"/D_CRT_SECURE_NO_WARNINGS"
111
"/D_CRT_SECURE_NO_DEPRECATE"
112
"/MP" # Build with multiple processes
113
+ "/Zc:inline" # Remove unreferenced COMDAT
114
"/Zc:preprocessor" # Enable preprocessor conformance mode
115
"/fp:precise"
116
)
0 commit comments