Skip to content

Commit

Permalink
update debug-macos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceisjustplaying committed May 6, 2024
1 parent e28c1a7 commit 161292a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debug-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ cmake -DCMAKE_BUILD_TYPE="$BUILD_TYPE" \
"$DEBUG_FLAGS" \
-DCMAKE_C_COMPILER="$(which clang)" \
-DCMAKE_CXX_COMPILER="$(which clang++)" \
-DCMAKE_EXPORT_COMPILE_COMMANDS=On \
.. $FRESH_FLAG && \
cmake --build . --config "$BUILD_TYPE" --parallel

0 comments on commit 161292a

Please sign in to comment.