Re: Do not use -Werror by default in your modules without joining #testable



On 2 April 2017 at 18:16, Michael Catanzaro <mcatanzaro gnome org> wrote:
On Sun, 2017-04-02 at 15:59 +0100, Emmanuele Bassi wrote:
Adding:

  disable_Werror = False

to your jhbuildrc should do the trick.

Ah, but nobody wants to do that for all modules locally... I only want
it for Epiphany.

Adding this:

```
module_autogenargs['epiphany'] = '--disable-Werror'
```

should work, assuming Epiphany uses the m4 macros that add `--disable-Werror`.

Maybe jhbuild could have a:

```
module_disable_Werror['epiphany'] = True
```

but at this point we're sliding into diminishing returns, as it
doesn't buy you much.

Ciao,
 Emmanuele.

-- 
https://www.bassi.io
[@] ebassi [@gmail.com]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]