aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-07-15 09:59:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-07-15 09:59:35 +0000
commit3ca025f214cdfb5b9815fd20e9443be1ad365e0e (patch)
tree8431756f63568daa02b21c771ef4479846e3d3a3 /LUFA/DoxygenPages
parent3c1b28cf5ff16fede61f2abf37d5616f3e661036 (diff)
downloadlufa-3ca025f214cdfb5b9815fd20e9443be1ad365e0e.tar.gz
lufa-3ca025f214cdfb5b9815fd20e9443be1ad365e0e.tar.bz2
lufa-3ca025f214cdfb5b9815fd20e9443be1ad365e0e.zip
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.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index 3ecb9459a..c30a88bb4 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -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>