Control verbosity of debug output via build config#58
Draft
robertbartel wants to merge 11 commits intoNOAA-OWP:masterfrom
Draft
Control verbosity of debug output via build config#58robertbartel wants to merge 11 commits intoNOAA-OWP:masterfrom
robertbartel wants to merge 11 commits intoNOAA-OWP:masterfrom
Conversation
2744a24 to
61f3c89
Compare
Include targets for driver, shared lib, and existing simple test routine; remove old make files.
To align with new CMake build setup.
Make sure the C flags are passed in this variable rather than just on the command line.
Setting macro TOPMODEL_DEBUG via new CMake DEBUG_VERBOSITY variable, rather than hard-coding directly within topmodel.h.
Applying verbosity controls via TOPMODEL_DEBUG macro to a statment in topmodel.c hat brings the "subcat" as read from the config file.
ec52aa8 to
65f508e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note this depends on #57 and should remain in draft status until that PR is finished.
Control verbosity of debug output using CMake variable
DEBUG_VERBOSITY, rather than hard coding.Removals
TOPMODEL_DEBUGChanges
DEBUG_VERBOSITYvariable and use that to set theTOPMODEL_DEBUGmacro via compile definition.Checklist
Testing checklist
Target Environment support
Accessibility
Other