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 10e2131 commit ea72d55Copy full SHA for ea72d55
CMakeLists.txt
@@ -146,7 +146,7 @@ endif()
146
147
# Modern BPF is not supported on not Linux systems and in MINIMAL_BUILD
148
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
149
- option(BUILD_SYSDIG_MODERN_BPF "Build modern BPF support for Sysdig" OFF)
+ option(BUILD_SYSDIG_MODERN_BPF "Build modern BPF support for Sysdig" ON)
150
if(BUILD_SYSDIG_MODERN_BPF)
151
add_definitions(-DHAS_MODERN_BPF)
152
endif()
0 commit comments