Skip to content

Commit

Permalink
Build Release build by CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtran committed Feb 1, 2025
1 parent e44b98f commit b3b1e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fortran-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install CMake
run: pip install ninja cmake
- name: Configure build
run: cmake -B ${{ env.BUILD_DIR }} -G Ninja
run: cmake -B ${{ env.BUILD_DIR }} -G Ninja -DCMAKE_BUILD_TYPE=Release
env:
FC: ${{ matrix.fc }}
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit b3b1e7a

Please sign in to comment.