Add recipes make debug and make release to build with debugging flags and optimization, respectively. This also required combining config.mk, src/Makefile, and Makefile into a single Makefile.
What kind of change does this PR introduce?
[ ] Bug fix (issue #__)
[x] New feature (issue #__)
[ ] Documentation update
[ ] Other: __
Please check if this PR fulfills the following:
[x] Tests for the changes have been added
[ ] Documentation has been added / updated
[ ] Changes have been communicated to collaborators
Does this PR introduce breaking changes? What changes might users need to make to their code?
Briefly, what does this PR introduce?
Add recipes
make debug
andmake release
to build with debugging flags and optimization, respectively. This also required combiningconfig.mk
,src/Makefile
, andMakefile
into a singleMakefile
.What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
no
Does this PR change default behavior?
no