X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3c1b28cf5ff16fede61f2abf37d5616f3e661036..3ca025f214cdfb5b9815fd20e9443be1ad365e0e:/LUFA/DoxygenPages/BuildSystem.txt
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 @@
*
Version of the C++ standard to apply when compiling C++ source files (see GCC manual). |
*
*
+ * DEBUG_FORMAT |
+ * Format of the debug information to embed in the generated object files (see GCC manual). |
+ *
+ *
+ * DEBUG_LEVEL |
+ * Level of the debugging information to embed in the generated object files (see GCC manual). |
+ *
+ *
* F_CPU |
* Speed of the processor CPU clock, in Hz. |
*
@@ -172,7 +180,7 @@
*
*
* CC_FLAGS |
- * Common flags to pass to the compiler, assembler and linker, after the automatically generated flags. |
+ * Common flags to pass to the C/C++ compiler and assembler, after the automatically generated flags. |
*
*
* LD_FLAGS |