mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-03 15:43:14 +00:00
28 lines
372 B
Nim
28 lines
372 B
Nim
# Nim configuration for liblmapi
|
|
|
|
# Ensure correct compiler configuration
|
|
--gc:
|
|
refc
|
|
--threads:
|
|
on
|
|
|
|
# Include paths
|
|
--path:
|
|
"../vendor/nim-ffi"
|
|
--path:
|
|
"../"
|
|
|
|
# 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
|