Skip to content

Commit

Permalink
Set the build type to Release on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOlencki committed Nov 24, 2023
1 parent a8a2e4a commit d44ee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
shell: powershell
run: |
cd ${{ env.SAMPLE_DIR }}\build
cmake.exe .. -G "MinGW Makefiles" -DUSER_RENODE_DIR="..\..\..\renode" -DUSER_VERILATOR_DIR="..\..\..\verilator" ${{ inputs.custom_cmake_args }}
cmake.exe .. -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DUSER_RENODE_DIR="..\..\..\renode" -DUSER_VERILATOR_DIR="..\..\..\verilator" ${{ inputs.custom_cmake_args }}
mingw32-make.exe
cp verilated.exe ${{ github.workspace }}\${{ env.ARTIFACTS_DIR_NAME }}\
Expand Down

0 comments on commit d44ee3a

Please sign in to comment.