diff options
author | Björn Gustavsson <[email protected]> | 2011-02-24 16:18:24 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-18 10:00:29 +0200 |
commit | 581a6659f9d67fb0da5399e50ce49070e4becebd (patch) | |
tree | 9f3a4f17083a77d650d3ca39f41edbd80d58fa28 /erts/doc | |
parent | d12294aea905b4bc188c1e1c84f0ec7c2284faa7 (diff) | |
download | otp-581a6659f9d67fb0da5399e50ce49070e4becebd.tar.gz otp-581a6659f9d67fb0da5399e50ce49070e4becebd.tar.bz2 otp-581a6659f9d67fb0da5399e50ce49070e4becebd.zip |
erl: Add +L to suppress loading of line number information
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 02082e57c6..8502ceadd2 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -587,6 +587,13 @@ <p>Enables auto load tracing, displaying info while loading code.</p> </item> + <tag><c><![CDATA[+L]]></c></tag> + <item> + <p>Don't load information about source filenames and line numbers. + This will save some memory, but exceptions will not contain + information about the filenames and line numbers. + </p> + </item> <tag><marker id="erts_alloc"><c><![CDATA[+MFlag Value]]></c></marker></tag> <item> <p>Memory allocator specific flags, see |