Skip to content

Commit

Permalink
Minor fixes to compile-falco.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Jun 28, 2024
1 parent 987be5f commit f98007f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions falco-libs/compile-falco.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function configure() {
# sanitizers="-fsanitize=address -fsanitize=undefined"

mkdir -p "${FALCO_DIR}/build"
cmake -DUSE_BUNDLED_DEPS=OFF
cmake \
-DBUILD_BPF=ON \
-DUSE_BUNDLED_DEPS=OFF \
Expand All @@ -20,7 +19,7 @@ cmake -DUSE_BUNDLED_DEPS=OFF
-DUSE_BUNDLED_CPPHTTPLIB=ON \
-DUSE_BUNDLED_CXXOPTS=ON \
-DFALCOSECURITY_LIBS_SOURCE_DIR="${LIBS_DIR}" \
-DDRIVER_SOURCE_DIR="${LIBS_DIR}" \
-DDRIVER_SOURCE_DIR="${LIBS_DIR}/driver" \
-DBUILD_DRIVER=ON \
-DBUILD_FALCO_MODERN_BPF=ON \
-DCREATE_TEST_TARGETS=ON \
Expand Down

0 comments on commit f98007f

Please # to comment.