diff --git a/doc.html b/doc.html index e5b7682..e8ee4f9 100644 --- a/doc.html +++ b/doc.html @@ -78,6 +78,10 @@ -O<level> Specfies the optimization level: highest being 3, lowest being 0 (no optimization). + + -g + Enables generation of debug info for engine backtraces (turns on -flno) + -E Instructs the compiler to only preprocess the input, writing the preprocessed output to stdout @@ -195,7 +199,7 @@ -flno - Enables generation of progs.lno for engine VM backtraces + Enables generation of progs.lno for engine VM backtraces (enabled with -g as well)

Warning options