mirror of
https://github.com/status-im/nim-drchaos.git
synced 2025-02-22 07:38:18 +00:00
14 lines
300 B
INI
14 lines
300 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: "../"
|