From d12294aea905b4bc188c1e1c84f0ec7c2284faa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Thu, 24 Feb 2011 15:03:55 +0100 Subject: compiler: Add no_line_info for suppressing line/1 instructions Also update the r12 and r13 options so that they imply no_line_info. --- lib/compiler/doc/src/compile.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/compiler/doc/src') diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index 830c89ae84..522c1dc411 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -395,6 +395,14 @@ module.beam: module.erl \ -compile({no_auto_import,[error/1]}). + no_line_info + + +

Omit line number information in order to produce a slightly + smaller output file. +

+
+

If warnings are turned on (the report_warnings option -- cgit v1.2.3