Re: [PATCH] Allow to set optimization level during configure.

2017-10-02 Thread Chris Johns
> On 2 Oct 2017, at 6:57 pm, Christian Mauderer > wrote: > > From: Christian Mauderer > > This allows to set the optimization level for libbsd via a configure > switch. Useful for building with for example no optimization during > debug or with size optimization for space restricted targets.

[PATCH] Allow to set optimization level during configure.

2017-10-02 Thread Christian Mauderer
From: Christian Mauderer This allows to set the optimization level for libbsd via a configure switch. Useful for building with for example no optimization during debug or with size optimization for space restricted targets. --- builder.py | 3 +-- libbsd_waf.py| 2 +- waf_generator.py