summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/lang-std-flag-order.rst
blob: 4ef412355b1e6eb6e526d9ffbc6c0f20360ce643 (plain)
1
2
3
4
5
6
7
lang-std-flag-order
-------------------

* :ref:`Language Standard Flags`, such as ``-std=c++11``, when generated due
  to :command:`target_compile_features` or :variable:`CMAKE_<LANG>_STANDARD`,
  are now placed before flags added by :command:`target_compile_options`,
  rather than after them.