Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Change default BUILDTYPE to Debug #4683

Closed
jfirebaugh opened this issue Apr 12, 2016 · 2 comments · Fixed by #5120
Closed

Change default BUILDTYPE to Debug #4683

jfirebaugh opened this issue Apr 12, 2016 · 2 comments · Fixed by #5120
Labels

Comments

@jfirebaugh
Copy link
Contributor

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?

@tmpsantos
Copy link
Contributor

I always only build debug.

@mikemorris
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants