Skip to content

Commit

Permalink
test: build script fix attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sxd5813 committed Jun 15, 2024
1 parent 1917a06 commit 311473d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ cmake -D CMAKE_BUILD_TYPE:STRING="${BUILD_TYPE}" \
-DSVF_ENABLE_ASSERTIONS:BOOL=true \
-DSVF_SANITIZE="${SVF_SANITIZER}" \
-DBUILD_SHARED_LIBS=on \
-DCMAKE_CXX_COMPILER=$LLVM_DIR/bin/clang++ \
-DLLVM_DIR=$LLVM_DIR \
-G Ninja \
-S "${SVFHOME}" -B "${BUILD_DIR}"
cmake --build "${BUILD_DIR}" -j ${jobs}
Expand Down

0 comments on commit 311473d

Please sign in to comment.