vs-flag-order.rst 448 B

123456789
  1. vs-flag-order
  2. -------------
  3. * The :ref:`Visual Studio Generators` for VS 2010 and above now place
  4. per-source file flags after target-wide flags when they are classified
  5. as raw flags with no project file setting (``AdditionalOptions``).
  6. This behavior is more consistent with the ordering of flags produced
  7. by other generators, and allows flags on more-specific properties
  8. (per-source) to override those on more general ones (per-target).