Skip to content

Remove mandatory -DCMAKE_BUILD_TYPE #34

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

Closed
dvrogozh opened this issue Nov 29, 2018 · 7 comments
Closed

Remove mandatory -DCMAKE_BUILD_TYPE #34

dvrogozh opened this issue Nov 29, 2018 · 7 comments

Comments

@dvrogozh
Copy link
Contributor

Please, remove mandatory -DCMAKE_BUILD_TYPE and default it to Release inside your cmake files if it is not defined by the user.

@dvrogozh
Copy link
Contributor Author

@chivakker : FYI

@iwwu
Copy link
Contributor

iwwu commented Dec 5, 2018

work in progress. I will update when it is available.

VPG-SWE-Github pushed a commit that referenced this issue Dec 12, 2018
#34

Change-Id: Ib1a95807f516e3675cb1a4aab7b2433e87f0b325
@iwwu
Copy link
Contributor

iwwu commented Dec 13, 2018

Request completed. Please use latest code or tag 'igc_release_2018-12-12'. README is updated as well.

@dvrogozh
Copy link
Contributor Author

@iwwu. I have strong suggestion to you. Please, start add "Fixes: #xxx" to commit messages if you fix github issues. For example, this commit 03dd5d5 should actually have this commit message:

Remove CMAKE_BUILD_TYPE & IGC_OPTION__ARCHITECTURE_TARGET from Cmake cmd

Fixes: #32, #34

CMAKE_BUILD_TYPE is set to Release by default
IGC_OPTION__ARCHITECTURE_TARGET is self detected.

Change-Id: I55cc63051f0b36a60b370e1894258a9f2d309160

There are the following reasons to that:

  1. People will easily see which issues are fixed in the log and be able to go to the discussion
  2. GitHub will automatically update the issue that commit appeared referencing it. Thus, people monitoring issues list will see that something has changed/going on.
  3. GitHub will automatically close the issue if it will see this line (if issue is not fixed author will reopen - that's his responsibility)

@dvrogozh
Copy link
Contributor Author

@iwwu : Another suggestion is to submit PRs on the GitHub. You should give a chance for people to review/comment/try.

@iwwu
Copy link
Contributor

iwwu commented Dec 17, 2018

Closing the issue since the fix is already merged.

@iwwu iwwu closed this as completed Dec 17, 2018
@dvrogozh
Copy link
Contributor Author

dvrogozh commented Jan 4, 2019

works for me. thank you.

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