]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/meson.build
common/mlx5: remove NDEBUG
[dpdk.git] / drivers / net / mlx5 / meson.build
index d45be00a6854d554b062d5b528da2c6bf4542136..d418d26ba99728df27204e9a3d177b0e6129bc18 100644 (file)
@@ -49,7 +49,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