On Tue, 6 Jul 2021 22:14:09 +0530
Vijay Srivastava <[email protected]> wrote:

> +# Enable more warnings
> +extra_flags += [
> +     '-Wdisabled-optimization'
> +]
> +
> +# Compiler and version dependent flags
> +extra_flags += [
> +     '-Waggregate-return',
> +     '-Wbad-function-cast'
> +]
> +

Having each driver decide on different compiler flags seems like
a bad policy in DPDK.

Reply via email to