nim-chat-poc/nim.cfg

17 lines
278 B
INI
Raw Normal View History

2025-07-04 22:17:31 -07:00
# 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"
2025-08-15 07:31:19 -07:00
--define: chronicles_runtime_filtering