mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
14 lines
237 B
Nim
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"
|