Skip to content

Commit cc09811

Browse files
FedeDPpoiana
authored andcommitted
chore(cmake): enable modern bpf build by default.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent d0945e5 commit cc09811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ endif()
5252

5353
# Modern BPF is not supported on not Linux systems and in MINIMAL_BUILD
5454
if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT MINIMAL_BUILD)
55-
option(BUILD_FALCO_MODERN_BPF "Build modern BPF support for Falco" OFF)
55+
option(BUILD_FALCO_MODERN_BPF "Build modern BPF support for Falco" ON)
5656
if(BUILD_FALCO_MODERN_BPF)
5757
add_definitions(-DHAS_MODERN_BPF)
5858
endif()

0 commit comments

Comments
 (0)