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

How to build a debug variant? #34

Open
AndrewJDR opened this issue Oct 23, 2015 · 0 comments
Open

How to build a debug variant? #34

AndrewJDR opened this issue Oct 23, 2015 · 0 comments

Comments

@AndrewJDR
Copy link

Most build systems I've used have a way of saying "make me a debug version of this thing and all of its dependency libraries", which usually means debug friendly optimization flags like -O0/-Og, maybe -g3, and not stripping any of the binaries, etc. Can anyone explain how to pull this off with cebero so that all of the executables and libraries compile with debug friendly flags?

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

No branches or pull requests

1 participant