We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0945e5 commit cc09811Copy full SHA for cc09811
CMakeLists.txt
@@ -52,7 +52,7 @@ endif()
52
53
# Modern BPF is not supported on not Linux systems and in MINIMAL_BUILD
54
if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT MINIMAL_BUILD)
55
- option(BUILD_FALCO_MODERN_BPF "Build modern BPF support for Falco" OFF)
+ option(BUILD_FALCO_MODERN_BPF "Build modern BPF support for Falco" ON)
56
if(BUILD_FALCO_MODERN_BPF)
57
add_definitions(-DHAS_MODERN_BPF)
58
endif()
0 commit comments