From 80b0e2ab55ec349afb6280ca5f023597ad30b3d7 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 2 Dec 2012 23:54:28 +0000 Subject: [PATCH] Update documentation --- doc.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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

-- 2.39.2