We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e5fde commit 6b61684Copy full SHA for 6b61684
CMakeLists.txt
@@ -67,7 +67,7 @@ option(ENABLE_DPDK "Enable DPDK" OFF)
67
option(ENABLE_LIBNUMA "Enable LibNUMA" OFF)
68
option(ENABLE_EXPORT "Enable PIC and export libraries" OFF)
69
option(ENABLE_TRX_DRIVER "Enable Amarisoft TRX driver library" OFF)
70
-option(ENABLE_PLUGINS "Compile plugins in the plugin folder" OFF)
+option(ENABLE_PLUGINS "Compile plugins in the plugin folder" ON)
71
option(BUILD_TESTS "Compile tests" ON)
72
option(ENABLE_GPROF "Enable gprof" OFF)
73
option(USE_PHY_TESTVECTORS "Enable testvector PHY tests" ON)
0 commit comments