Generate debuginfo for windows-libfuzzer-load-library test target (#1684)

This commit is contained in:
Joe Ranweiler
2022-03-11 09:40:51 -08:00
committed by GitHub
parent c1ffec32f4
commit ce36de72e7

View File

@ -1,5 +1,5 @@
CC=clang
CFLAGS=-fsanitize=address,fuzzer -O0
CFLAGS=-fsanitize=address,fuzzer -O0 -g3
.PHONY: all clean