Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap
log-expr
in a conditional to assist DCE
Fixes #26. This allows code from macros like trace, debug, etc. to be removed by GCC when the user has the compiler constant goog.debug.LOGGING_ENABLED set to false.
- Loading branch information