Skip to content

Commit 52bafc3

Browse files
committed
Enable debug STL
1 parent 15b34aa commit 52bafc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sudo apt-get install -y meson ninja-build build-essential
1818
- name: Build
1919
run: |
20-
meson setup build --debug --warnlevel 3 --werror -Db_sanitize=address,undefined
20+
meson setup build --debug --warnlevel 3 --werror -Db_sanitize=address,undefined -Dcpp_debugstl=true
2121
ninja -C build
2222
- name: Test
2323
run: |

0 commit comments

Comments
 (0)