share/man: Update nitc.md for debug option
authorLucas Bajolet <r4pass@hotmail.com>
Thu, 6 Aug 2015 16:10:15 +0000 (12:10 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Thu, 6 Aug 2015 16:10:30 +0000 (12:10 -0400)
Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

share/man/nitc.md

index 3aa7950..21fb966 100644 (file)
@@ -223,6 +223,14 @@ See the documentation of these specific modules for details.
 
     Currently, this only affect the android platform.
 
+`-g`, `--debug`
+:   Compile in debug mode.
+
+    Currently removes gcc optimizations.
+    Also preserves the source-files directory for C-debuggers.
+
+    For more debugging-related options, see also `--hardening` and `NIT_GC_OPTION`
+
 ## COMPILATION MODES
 
 `nitc` includes distinct compilation modes.