Skip to content

Improved Makefile - #384

Open
Cxarli wants to merge 2 commits into
CopernicaMarketingSoftware:masterfrom
Cxarli:master
Open

Improved Makefile#384
Cxarli wants to merge 2 commits into
CopernicaMarketingSoftware:masterfrom
Cxarli:master

Conversation

@Cxarli

@Cxarli Cxarli commented Jul 23, 2018

Copy link
Copy Markdown
  • 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

Cxarli added 2 commits July 23, 2018 15:53
* 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

Niek commented Sep 17, 2019

Copy link
Copy Markdown

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