mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
Generate debuginfo for windows-libfuzzer-load-library test target (#1684)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
CC=clang
|
||||
CFLAGS=-fsanitize=address,fuzzer -O0
|
||||
CFLAGS=-fsanitize=address,fuzzer -O0 -g3
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
|
Reference in New Issue
Block a user