2022-08-25 20:18:38 +00: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 16:53:07 +00:00
|
|
|
#--define: danger
|
2022-08-25 20:18:38 +00:00
|
|
|
--debugger: native
|
|
|
|
--path: "../"
|