mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-01 05:27:18 +00:00
e5df8c50d3
* style: nph setup * chore: formates codex/ and tests/ folder with nph 0.6.1
12 lines
330 B
Nim
12 lines
330 B
Nim
switch("debugger", "native")
|
|
switch("lineDir", "on")
|
|
switch("define", "debug")
|
|
switch("verbosity", "0")
|
|
switch("hints", "off")
|
|
switch("warnings", "off")
|
|
# switches for compiling with coverage
|
|
switch("passC", "-fprofile-arcs")
|
|
switch("passC", "-ftest-coverage")
|
|
switch("passL", "-fprofile-arcs")
|
|
switch("passL", "-ftest-coverage")
|