We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3599bbd commit 4c70092Copy full SHA for 4c70092
reference/config_files/profiles.rst
@@ -864,6 +864,18 @@ The ``include()`` statement has to be at the top of the profile file:
864
zlib/*:compiler.libcxx=libstdc++11
865
866
867
+.. note::
868
+
869
+ Cache profiles have more priority than the ones in the current working
870
+ directory, so if you have a profile named ``myprofile`` in the cache, it will
871
+ be used instead of the one in the current working directory.
872
873
+ To use the profile in the current working directory, you can use:
874
875
+ - ``-pr ./myprofile`` option in the command line or
876
+ - ``include(./myprofile)`` in the profile file itself.
877
878
879
The final result of using *myprofile* is:
880
881
.. code-block:: text
0 commit comments