mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-16 21:23:08 +00:00
30 lines
437 B
Nim
30 lines
437 B
Nim
# Nim configuration for liblogosdelivery
|
|
|
|
# Ensure correct compiler configuration
|
|
--gc:
|
|
refc
|
|
--threads:
|
|
on
|
|
|
|
# Include paths
|
|
--path:
|
|
"../vendor/nim-ffi"
|
|
--path:
|
|
"../"
|
|
--path:
|
|
"../vendor/mix-rln-spam-protection-plugin/src"
|
|
|
|
# Optimization and debugging
|
|
--opt:
|
|
speed
|
|
--debugger:
|
|
native
|
|
|
|
# Export symbols for dynamic library
|
|
--app:
|
|
lib
|
|
--noMain
|
|
|
|
# Enable FFI macro features when needed for debugging
|
|
# --define:ffiDumpMacros
|