2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 18:07:12 +01:00
This commit is contained in:
Thomas Nagy 2016-08-13 19:24:30 +02:00
parent cd9cfb4716
commit 6afa7b7fac
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA

View File

@ -5,7 +5,7 @@ Strip a program/library after it is created. Use this tool as an example.
Usage::
bld.program(features='strip', source='main.c', target='foo')
bld.program(source='main.c', target='foo')
If stripping at installation time is preferred, override/modify the method
copy_fun on the installation context::