nim-chat-poc/nim.cfg
2025-07-21 17:42:44 -07:00

14 lines
237 B
Nim

# Add custom paths to import modules
--path: "vendor/waku"
# Compile with debug symbols
--debuginfo
# Enable warnings
--warning[UnusedImport]: on
# Enable experimental features
--experimental
--passL: "./vendor/waku/librln_v0.7.0.a"