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