Skip to content

Commit e5db14a

Browse files
rjarrychristophefontaine
authored andcommitted
meson: remove dpdk default buildtype
When building the top level project with buildtype=debug, it does not get propagated to the dpdk subproject. Remove the default option. Signed-off-by: Robin Jarry <[email protected]>
1 parent 236e744 commit e5db14a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ dpdk_dep = dependency(
6161
version : '>= 24.11.1',
6262
fallback: ['dpdk', 'dpdk_dep'],
6363
default_options: [
64-
'buildtype=release',
6564
'c_std=c11',
6665
'werror=false',
6766
'enable_kmods=false',

0 commit comments

Comments
 (0)