Skip to content

Commit

Permalink
use gcc build
Browse files Browse the repository at this point in the history
  • Loading branch information
jumormt committed Dec 20, 2024
1 parent 1fe22e2 commit f5f6308
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ rm -rf "${BUILD_DIR}"
mkdir "${BUILD_DIR}"
# If you need shared libs, turn BUILD_SHARED_LIBS on
cmake -D CMAKE_BUILD_TYPE:STRING="${BUILD_TYPE}" \
-DCMAKE_C_COMPILER="${LLVM_DIR}/bin/clang" \
-DCMAKE_CXX_COMPILER="${LLVM_DIR}/bin/clang++" \
-DSVF_ENABLE_ASSERTIONS:BOOL=true \
-DSVF_SANITIZE="${SVF_SANITIZER}" \
-DBUILD_SHARED_LIBS=off \
Expand Down

0 comments on commit f5f6308

Please sign in to comment.