build: change default library type to static
[dpdk.git] / meson.build
index df10f5f..71a0c4f 100644 (file)
@@ -32,7 +32,7 @@
 project('DPDK', 'C',
        version: '18.02.0',
        license: 'BSD',
-       default_options: ['buildtype=release'],
+       default_options: ['buildtype=release', 'default_library=static'],
        meson_version: '>= 0.41'
 )