Skip to content

Commit

Permalink
Use release build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Nov 9, 2024
1 parent 63fc99e commit b8ee538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Configure Rotor
working-directory: ${{runner.workspace}}/rotor
run: cmake -B bin .
run: cmake -B bin . -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE}}

- name: Build Rotor
working-directory: ${{runner.workspace}}/rotor
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ ! -d "./juce/build" ]; then
cd ./juce

echo -e "Configuring JUCE...\n"
cmake -B bin .
cmake -B bin . -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE}}
echo -e "\n[Success] Configured JUCE build!\n"

echo -e "Building JUCE...\n"
Expand Down

0 comments on commit b8ee538

Please sign in to comment.