mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-21 03:18:32 +00:00
12 lines
224 B
Nim
12 lines
224 B
Nim
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
|