mirror of
https://github.com/cjdelisle/cjdns
synced 2025-10-05 16:22:54 +02:00
13 lines
299 B
YAML
13 lines
299 B
YAML
CompileFlags: # Tweak the parse settings, example directory given to show format
|
|
Add:
|
|
- "-DPARANOIA=1"
|
|
- "-DIdentity_CHECK=1"
|
|
- "-DCJDNS_RAND_U64_PER_FILE=1"
|
|
- "-DHAS_ETH_INTERFACE=1"
|
|
- "-Wall"
|
|
- "-Wextra"
|
|
|
|
Diagnostics:
|
|
Suppress:
|
|
- "pointer-sign"
|
|
- "sign-compare" |