Skip to content

Commit

Permalink
Build AOM in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Jan 10, 2025
1 parent 13f4c27 commit 56676cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unix-static-sanitized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if: ${{ steps.cache-hit.outputs.hit == 'false' }}
working-directory: ./ext
run: |
sed -i -e 's/cmake -G Ninja \(.*\) \.\./cmake -G Ninja \1 -DSANITIZE=${{ matrix.sanitizer }} ../g' aom.cmd
sed -i -e 's/cmake -G Ninja \(.*\) \.\./cmake -G Ninja \1 -DCMAKE_BUILD_TYPE=Debug -DSANITIZE=${{ matrix.sanitizer }} ../g' aom.cmd
./aom.cmd
env:
CFLAGS: ${{ env.CI_CFLAGS }}
Expand Down

0 comments on commit 56676cf

Please sign in to comment.