Skip to content

Commit

Permalink
build: use buildtype = debug
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 16, 2024
1 parent c41fa58 commit d56cabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
run: |
iguana_src/.github/install-dependency-packages.sh ${{ inputs.runner }} ${{ inputs.verset }}
[ "${{ matrix.root_dep }}" = "withROOT" ] && source root/bin/thisroot.sh
meson setup build hipo_src --prefix=$(pwd)/hipo -Db_pie=true # using PIE build, for sanitizer readibility
meson setup build hipo_src --prefix=$(pwd)/hipo -Dbuildtype=debug -Db_pie=true # using PIE build, for sanitizer readibility
meson install -C build
tar cavf hipo{.tar.zst,}
### cache save
Expand Down

0 comments on commit d56cabf

Please sign in to comment.