You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)
* Add getenv_boolean
* Update Build methods to use getenv_boolean
And update getenv_boolean, to treat "false" as false.
* Fix Build::getenv_Boolean and treat empty env as false
* Env CC_ENABLE_DEBUG_OUTPUT: treat "false" or empty str as false
* Fix Build::getenv_boolean
* Fix clippy
0 commit comments