This commit is contained in:
Michael R Sweet
2025-11-10 15:41:25 -05:00
parent b6008bae76
commit 2977b82f35

View File

@@ -21,7 +21,7 @@ jobs:
- name: Configure PDFio
run: ./configure --enable-debug --enable-sanitizer --enable-maintainer
- name: Build PDFio
run: make "COMMONFLAGS=-g -fsanitize=address"
run: make
- name: Test PDFio
env:
ASAN_OPTIONS: leak_check_at_exit=false