Feature request: models need a way to specify their build flags
One way this would be used is to provide userspace models with a mechanism for linking to external shared libraries. It could also let models turn on compiler optimization features, etc.
It could be implemented by adding options to the cdsParameters
block, or perhaps the text field in the cdsFunctionCall
block, since this capability would most likely be of interest in models running custom C code.