14 lines
299 B
INI
Raw Normal View History

2022-08-25 23:18:38 +03:00
--cc: clang
--define: useMalloc
@if not fuzzerStandalone:
--noMain: on
--define: noSignalHandler
--passC: "-fsanitize=fuzzer"
--passL: "-fsanitize=fuzzer"
@end
--passC: "-fsanitize=address,undefined"
--passL: "-fsanitize=address,undefined"
2022-09-05 19:53:07 +03:00
#--define: danger
2022-08-25 23:18:38 +03:00
--debugger: native
--path: "../"