mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 13:09:32 +00:00
The Makefile feeds nimble via the exported NIM_PARAMS variable (see Makefile lines 115-152). NIMFLAGS alone is not propagated to nim invocations like 'nimble testcommon', so the previous commit had no effect on the make-driven test path. Setting NIM_PARAMS ensures the flag reaches the nim compile line. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>