Skip to content

Commit a713fe4

Browse files
czoidomemsharded
andauthored
Add docs for support clang-cl in default profile plugin (#3387)
* add docs * Update reference/extensions/profile_plugin.rst Co-authored-by: James <james@conan.io> --------- Co-authored-by: James <james@conan.io>
1 parent c7c0e0c commit a713fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/extensions/profile_plugin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This plugin is located in the ``extensions/plugins/profile.py`` cache folder.
1010

1111
This ``profile.py`` contains a default implementation that does:
1212

13-
- Will try to define ``compiler.runtime_type`` for ``msvc`` compiler if it is not defined, and it will define it to match the ``settings.build_type``.
13+
- Will try to define ``compiler.runtime_type`` for ``msvc`` and ``clang`` compilers (in Windows) if it is not defined, and it will define it to match the ``settings.build_type``.
1414
That allow users to let it undefined in profiles, and switch it conveniently in command line just with ``-s build_type=Debug``
1515
- Will check the ``compiler.cppstd`` value if defined to validate if the current compiler version has support for it. For example, if a developer
1616
tries to use ``-s compiler=gcc -s compiler.version=5 -s compiler.cppstd=20``, it will raise an error.

0 commit comments

Comments
 (0)