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.

    <ClCompile>
      <AdditionalOptions> /w34101 /w34189 /w34018 /w34389 /Zo
%(AdditionalOptions)</AdditionalOptions>

Nothing in the "Additional Options" section in the "Command Line" section
of the project settings.

On Mon, Dec 14, 2015 at 4:35 PM, James Bigler <jamesbig...@gmail.com> wrote:

> 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+:
> https://msdn.microsoft.com/en-us/library/dn785163.aspx
>
> Thanks,
> James
>
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to