[CMake] VS's /Zo flag

2015-12-14 Thread James Bigler
Has anyone been able to use the /Zo flag? I tried to add it to my RelWithDebInfo build, but the flag doesn't seem to be showing up in the command line (in the GUI). My flags are: /MT /O2 /Ob2 /D NDEBUG /Zi /Zo I'm using cmake 3.2.1. Documentation on /Zo (available in VS2013.3+:

Re: [CMake] VS's /Zo flag

2015-12-14 Thread James Bigler
OK, so it is there in the project file and if I enable detailed build output, the flag is there. I wonder why the the AdditionalOptions aren't appearing in the GUI. They used to. /w34101 /w34189 /w34018 /w34389 /Zo %(AdditionalOptions) Nothing in the "Additional Options" section in