Skip to content

Commit 85f5bb8

Browse files
authored
autotools install-strip (#4211)
1 parent e17a236 commit 85f5bb8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

reference/tools/gnu/autotools.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ Reference
3838
:members:
3939

4040

41+
42+
conf
43+
----
44+
45+
The ``Autotools`` build helper is affected by these ``[conf]`` variables:
46+
47+
- ``tools.gnu:make_program`` allows to define which ``make`` executable is being used. This will default for ``mingw32-make`` for MinGW builds or to ``make`` for any other build.
48+
49+
- ``tools.build:install_strip`` (Since Conan 2.20.0) will define in the ``Autotools.install()`` method the ``make install-strip`` target if set to ``True``, otherwise it will use the ``make install`` target.
50+
51+
52+
4153
A note about relocatable shared libraries in macOS built the Autotools build helper
4254
------------------------------------------------------------------------------------
4355

0 commit comments

Comments
 (0)