It is immeasurably useful to be able to compile a file (Ctrl + F7) to quickly check if I have written code that compiles. I am finding that with my current settings function code will not be compiled unless specifically called elsewhere, leaving me with untested code until I later hook it up.
I recognize that this is a useful optimization for actually building it (especially in release), but it is a setting I would like to disable to allow quick compile-testing without having to explicitly call my new function somewhere in code.
Where is this setting in Visual Studio 2019?