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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
BUILDTYPE currently defaults to Release, and I frequently find myself forgetting the BUILDTYPE=Debug in BUILDTYPE=Debug make <platform> until halfway through the build.
Since in CI BUILDTYPE will always be explicitly specified, does anyone object to changing the default to Debug for the convenience of running make locally?
The text was updated successfully, but these errors were encountered:
make node doesn't seem to respect this (defaulting to Release still) and requires calling npm install --build-from-source --debug to set BUILDTYPE=Debug through node-pre-gyp...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
BUILDTYPE
currently defaults toRelease
, and I frequently find myself forgetting theBUILDTYPE=Debug
inBUILDTYPE=Debug make <platform>
until halfway through the build.Since in CI
BUILDTYPE
will always be explicitly specified, does anyone object to changing the default toDebug
for the convenience of runningmake
locally?The text was updated successfully, but these errors were encountered: