Feature Requests: Browse | Submit New | Admin
It would be nice if I could do unit testing with modules that depended on external libraries or object files. It seems like an easy way to incorporate this would be to allow an optional environment variable that would include external libraries, object files, or other linker options. It would be added to end of the command for linking only.
Add A Comment:
Date: 2009-10-13 00:16 Sender: Bil Kleb I've added the LDFLAGS environment variable to the linking line (commit 500). Does this satisfy?