MIPT-ILab / MDSP

[2009 – 2012] MDSP: functional simulation of a Multimedia Digital Signal Processor
MIT License
3 stars 1 forks source link

Makefile should support two modes of operation: debug and release #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently our build based on Makefile makes only release binary. This is 
inconvenient as for debugging purposes we need debug information to be present 
in binaries.

The owner of the bug is expected to accomplish the following tasks:
 * Learn how the Makefiles are  made;
 * Learn what are the debug options for compiler that we use;
 * Learn how to pass and handle the type of release insode the Makefile;

The expecteed result: 
 * when one uses `make` - he gets release binaries
 * when one uses `make DEBUG=yes` he gets debug binaries 

Original issue reported on code.google.com by grigory....@gmail.com on 26 Oct 2010 at 4:53

GoogleCodeExporter commented 9 years ago
Over to the maintainer

Original comment by grigory....@gmail.com on 30 Oct 2010 at 3:12

GoogleCodeExporter commented 9 years ago

Original comment by ikile...@gmail.com on 12 Nov 2010 at 11:06