On Fri, 19 Jun 2026 16:01:56 +0800
[email protected] wrote:

> From: Jie Liu <[email protected]>
> 
> This patch set implements core functionality for the SXE2 PMD,
> including basic driver framework, data path setup, and advanced
> offload features (VLAN, RSS,TM, PTP etc.).


Looking over the driver overall, I noticed you are adding cflags for -g.
This is not necessary, meson supports this via -Dbuildtype=debug or 
-Dbuildtype=debugoptimized

Remove this in meson.build
cflags += ['-g']

Reply via email to