mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-22 03:48:35 +00:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
|
switch("path", "$projectDir/../src")
|
||
|
#switch("cc", "gcc")
|
||
|
let cc = "afl-clang-fast"
|
||
|
|
||
|
switch("gcc.linkerexe", cc)
|
||
|
switch("gcc.exe", cc)
|
||
|
switch("gcc.path", "/usr/local/bin")
|
||
|
|
||
|
--debugger:native
|
||
|
--define:release
|
||
|
--define:danger
|