14 lines
303 B
INI
14 lines
303 B
INI
|
--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"
|
||
|
#--define: release
|
||
|
--debugger: native
|
||
|
--path: "../../"
|