1 The configuration methods `@conf` are bound to the configuration context, and to the build context::
10 The object `conf.env` is usually modified during the execution. If several methods have to be called, then
11 a transaction should be used, for example::
16 conf.find_program('strip')
17 conf.env.append_value('CFLAGS', '-O3')