Skip to content

Commit

Permalink
o1
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Jan 21, 2024
1 parent 26ccc04 commit 20896ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Configure
env:
CXXFLAGS: --coverage -fprofile-abs-path -g -O0
CFLAGS: --coverage -fprofile-abs-path -g -O0
CXXFLAGS: --coverage -fprofile-abs-path -g -O1
CFLAGS: --coverage -fprofile-abs-path -g -O1
LDFLAGS: --coverage
CC: gcc-13
CXX: g++-13
Expand Down

0 comments on commit 20896ea

Please sign in to comment.