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

Improved Makefile #384

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Improved Makefile #384

wants to merge 2 commits into from

Conversation

Cxarli
Copy link

@Cxarli Cxarli commented Jul 23, 2018

  • Reduced clean average compilation time from 72 to 16 seconds for the default targets
  • Reduced subsequent average compilation time from 2 to 1 second for the default targets
  • Fixed files not rebuilding after changing a header file
  • Added debug target to debug Makefile variables
  • Updated comments to match with the code
  • Added .PHONY target to prevent future errors

* Reduced clean average compilation time from 72 to 16 seconds
* Reduced subsequent average compilation time from 2 to 1 second
* Fixed files not rebuilding after changing a header file
* Added debug target to debug Makefile variables
* Updated comments to match with the code
* Added .PHONY target to prevent future errors
@Niek
Copy link

Niek commented Sep 17, 2019

2 more COMPILER_FLAGS to add to suppress warning compiling with clang: -Wno-implicit-int-float-conversion -Wno-inconsistent-missing-override

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

Successfully merging this pull request may close these issues.

2 participants