Skip to content

Commit ea72d55

Browse files
committed
chore(cmake): always build w/ modern bpf enabled
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 10e2131 commit ea72d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ endif()
146146

147147
# Modern BPF is not supported on not Linux systems and in MINIMAL_BUILD
148148
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
149-
option(BUILD_SYSDIG_MODERN_BPF "Build modern BPF support for Sysdig" OFF)
149+
option(BUILD_SYSDIG_MODERN_BPF "Build modern BPF support for Sysdig" ON)
150150
if(BUILD_SYSDIG_MODERN_BPF)
151151
add_definitions(-DHAS_MODERN_BPF)
152152
endif()

0 commit comments

Comments
 (0)