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

Change default compilation mode to dev / debug mode #2075

Open
plajjan opened this issue Jan 13, 2025 · 2 comments
Open

Change default compilation mode to dev / debug mode #2075

plajjan opened this issue Jan 13, 2025 · 2 comments

Comments

@plajjan
Copy link
Contributor

plajjan commented Jan 13, 2025

Change default from release to dev build. Most of the time we want to iterate while developing. Debug builds are faster to build and with debug symbols and some UB sanitization that we likely want while developing and testing.

@plajjan plajjan mentioned this issue Jan 15, 2025
3 tasks
@mzagozen
Copy link
Contributor

So I learned the other day that acton test implies a development build for the current project. But this does not apply for the deps listed in build.act.json. That seems like a mistake and diverges from acton build --dev where the deps are built for development.

@plajjan
Copy link
Contributor Author

plajjan commented Jan 15, 2025

@mzagozen ok. Yeah, I think build mode should be propagated to deps regardless if it's explicitly invoked as a build or indirectly via test. Makes sense...

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

2 participants