Skip to content

Commit

Permalink
Use params to build_compilation_database.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jun 20, 2024
1 parent f31fd31 commit 3f24cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/build_compilation_database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MY_CMAKE_FLAGS=("-GNinja" "-DCMAKE_BUILD_TYPE=Debug" "-DCMAKE_EXPORT_COMPILE_COM

mkdir -p "${AWS_LC_BUILD}"

cmake "${BASE_DIR}" -B "${AWS_LC_BUILD}" ${MY_CMAKE_FLAGS[@]}
cmake "${BASE_DIR}" -B "${AWS_LC_BUILD}" ${MY_CMAKE_FLAGS[@]} "${@}"

cmake --build "${AWS_LC_BUILD}" --target all

Expand Down

0 comments on commit 3f24cc2

Please sign in to comment.