You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/extensions/profile_plugin.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This plugin is located in the ``extensions/plugins/profile.py`` cache folder.
10
10
11
11
This ``profile.py`` contains a default implementation that does:
12
12
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``.
14
14
That allow users to let it undefined in profiles, and switch it conveniently in command line just with ``-s build_type=Debug``
15
15
- Will check the ``compiler.cppstd`` value if defined to validate if the current compiler version has support for it. For example, if a developer
16
16
tries to use ``-s compiler=gcc -s compiler.version=5 -s compiler.cppstd=20``, it will raise an error.
0 commit comments