net/ice/base: add more macros for FDID priority
[dpdk.git] / drivers / net / mlx5 / meson.build
index d45be00..928663a 100644 (file)
@@ -8,7 +8,6 @@ if not is_linux
        subdir_done()
 endif
 
-allow_experimental_apis = true
 deps += ['hash', 'common_mlx5']
 sources = files(
        'mlx5.c',
@@ -49,7 +48,7 @@ foreach option:cflags_options
        endif
 endforeach
 if get_option('buildtype').contains('debug')
-       cflags += [ '-pedantic', '-UNDEBUG', '-DPEDANTIC' ]
+       cflags += [ '-pedantic', '-DPEDANTIC' ]
 else
-       cflags += [ '-DNDEBUG', '-UPEDANTIC' ]
+       cflags += [ '-UPEDANTIC' ]
 endif