mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
To reduce special cases for the build bots, default dpdk to enabled in release mode, keeping it disabled for debug and dev. To allow release modes without dpdk to be build, the --enable-dpdk switch is converted to a tri-state. When disabled, dpdk is disabled across all modes. Similarly when enabled the effect is global. When unspecified, dpdk is enabled for release mode only. After this change, reloc/build_reloc.sh no longer needs to specify --enable-dpdk, so remove it.