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

Custom Configuration Types #108

Closed
computerquip-streamlabs opened this issue Jan 25, 2018 · 3 comments
Closed

Custom Configuration Types #108

computerquip-streamlabs opened this issue Jan 25, 2018 · 3 comments

Comments

@computerquip-streamlabs

I'd like to be able to use configurations outside of Release and Debug. Currently, I'm having to force the Release configuration to the default RelWithDebInfo flags so I can obtain PDBs but it seems kinda redundant when I could normally just build the RelWithDebInfo config type.

@twoi
Copy link

twoi commented Feb 6, 2019

I was just looking for the same. I can build the RelWithDebInfo configuration from VisualStudio, but I'd like to be able to do it using cmake-js. That will allow us to build pdb files as part of "npm build", "npm install" etc.

@d3x0r
Copy link
Contributor

d3x0r commented Apr 2, 2020

This seems to be working worse than it used to; I cannot seem to get cmake-js to make a RelWithDebInfo output... it always does cmake --build (full path to build/) --config [Release/Debug]

@Julusian
Copy link
Collaborator

Julusian commented May 9, 2022

@Julusian Julusian closed this as completed May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants