diff options
author | Fredrik Gustafsson <[email protected]> | 2012-08-14 15:30:03 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-08-14 15:30:03 +0200 |
commit | 160bf5da0e03f39b468ebba5d39d1658c8a370e6 (patch) | |
tree | e0d7bcbde2f11b6b8def23ad8de6bc6abc3c2290 /lib/compiler/doc/src | |
parent | ce6691c02f5bea8ecb0478edd68a555067de37d2 (diff) | |
parent | 9492bf7abbf5e43a9bdada5b0ace0432ce1f4223 (diff) | |
download | otp-160bf5da0e03f39b468ebba5d39d1658c8a370e6.tar.gz otp-160bf5da0e03f39b468ebba5d39d1658c8a370e6.tar.bz2 otp-160bf5da0e03f39b468ebba5d39d1658c8a370e6.zip |
Merge branch 'maint', remote-tracking branch 'upstream'
Diffstat (limited to 'lib/compiler/doc/src')
-rw-r--r-- | lib/compiler/doc/src/compile.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index be9eb1cd75..b87e32a3d9 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -108,6 +108,11 @@ See the <em>Efficiency Guide</em> for further information.</p> </item> + <tag><c>column</c></tag> + <item> + <p>The compiler will keep the column numbers while parsing.</p> + </item> + <tag><c>compressed</c></tag> <item> <p>The compiler will compress the generated object code, |