c++ - What is the reason for the incompatibility between /Gm and /ZW in Visual Studio? -


/gm (enable minimal rebuild) vs2017 contains statement:

because incremental linker not support windows metadata included in .obj files using /zw (windows runtime compilation) option, /gm option incompatible /zw.

/zw (windows runtime compilation) repeats same remark.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -