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

Creating Debug/Release config for project #78

Open
UnickSoft opened this issue Dec 15, 2024 · 0 comments
Open

Creating Debug/Release config for project #78

UnickSoft opened this issue Dec 15, 2024 · 0 comments

Comments

@UnickSoft
Copy link

Hi!
I want to have 2 configs for my project Debug and Release. The difference is in C++ flags. I tried to create separate makefile for release and call it, like:
make --f=Makefile_Release
But it doesn't work as expected. Make still uses Makefile. If I remove file Makefile, it outputs this:
make[1]: Nothing to be done for 'build'.

Can you please recommend me the way to split configurations?

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