Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify uses of debug environment variables #502

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

coldav
Copy link
Collaborator

@coldav coldav commented Jul 19, 2024

Overview

Unify uses of environment variables under NDEBUG or CA_ENABLE_DEBUG_SUPPORT

Reason for change

There is some inconsistency in where environement variables are enabled either bug using !defined(NDEBUG) or defined(CA_ENABLE_DEBUG_SUPPORT). This change means that either will affect these environment variables.

Description of change

Support both !defined(NDEBUG) or defined(CA_ENABLE_DEBUG_SUPPORT) in use cases
This also moves CA_HOST_DEFERRED_COMPILATION under similar controls.

…UPPORT

There is some inconsistency in where environement variables are enabled
either bug using !defined(NDEBUG) or defined(CA_ENABLE_DEBUG_SUPPORT).
This change means that either will affect these environment variables.

This also moves CA_HOST_DEFERRED_COMPILATION under similar controls.
@coldav coldav force-pushed the colin/unify_debug_support branch from 8bb7870 to 16f74b9 Compare July 19, 2024 13:55
@coldav coldav merged commit 2329485 into uxlfoundation:main Jul 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants