-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
@nsoblath and re-inspired by #30 ...
At times I've wondered if the sub-packages built by cmake could have different build types. For example, maybe I want to build katydid or psyllid at DEBUG, but would be happy for scarab to be at RELEASE. That would make it easier to keep track of the debugging statements from the code I'm actually working on and would eliminate the symptom that resulted in this PR (without disabling a feature set from within the package).
I haven't looked into what would be involved at all, which is why I hadn't posted before, but given the open PR it seems worth throwing this out there for comment.
guiguem