Skip to content

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
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
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
2 participants