Skip to content

Commit

Permalink
Switch non-production Linux builds to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Nov 8, 2024
1 parent 1938c33 commit 6cd4e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Configure MOPAC with CMake
run: |
cmake -B build \
-DCMAKE_BUILD_TYPE=Debug \
-DTHREADS_KEYWORD=OFF \
-DSTATIC_BUILD=ON
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
- name: Configure MOPAC with CMake
run: |
cmake -B build \
-DCMAKE_BUILD_TYPE=Debug \
-DTHREADS_KEYWORD=OFF \
-DENABLE_COVERAGE=ON
Expand Down

0 comments on commit 6cd4e1a

Please sign in to comment.