Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off generation of debug information when performing a validation build, and when running the build tests.
This commit is contained in:
parent
3c1b28cf5f
commit
3ca025f214
7 changed files with 35 additions and 14 deletions
|
@ -155,6 +155,14 @@
|
|||
* <td>Version of the C++ standard to apply when compiling C++ source files (see GCC manual).</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td><tt>DEBUG_FORMAT</tt></td>
|
||||
* <td>Format of the debug information to embed in the generated object files (see GCC manual).</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td><tt>DEBUG_LEVEL</tt></td>
|
||||
* <td>Level of the debugging information to embed in the generated object files (see GCC manual).</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td><tt>F_CPU</tt></td>
|
||||
* <td>Speed of the processor CPU clock, in Hz.</td>
|
||||
* </tr>
|
||||
|
@ -172,7 +180,7 @@
|
|||
* </tr>
|
||||
* <tr>
|
||||
* <td><tt>CC_FLAGS</tt></td>
|
||||
* <td>Common flags to pass to the compiler, assembler and linker, after the automatically generated flags.</td>
|
||||
* <td>Common flags to pass to the C/C++ compiler and assembler, after the automatically generated flags.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td><tt>LD_FLAGS</tt></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue