X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b7e3c86e4e5d4262a608163176d0b01c0cc54b29..b8807e9928ec39cb271e28fe3c6a58c60719a60b:/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 |