aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2009-12-11 09:42:43 +0000
committerErlang/OTP <[email protected]>2009-12-11 09:42:43 +0000
commita4d5f63b767793d33c06901760c0f35143ac6574 (patch)
tree13fe18e875c78fe10d17582f5dd04f5e4541655d /lib
parent8ac319031230b354dcea105d94ef2a232a9d7afe (diff)
parent47bd30c0efd50af2f297c8f016ca80b08855592f (diff)
downloadotp-a4d5f63b767793d33c06901760c0f35143ac6574.tar.gz
otp-a4d5f63b767793d33c06901760c0f35143ac6574.tar.bz2
otp-a4d5f63b767793d33c06901760c0f35143ac6574.zip
Merge branch 'bg/slimmer-history' into ccase/r13b04_dev
* bg/slimmer-history: beam_makepos: Do not put any dates in generated files compiler: Teach 'slim' to omit compilation info
Diffstat (limited to 'lib')
-rw-r--r--lib/compiler/src/beam_asm.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/beam_asm.erl b/lib/compiler/src/beam_asm.erl
index 90d25d87b2..497c4fa07b 100644
--- a/lib/compiler/src/beam_asm.erl
+++ b/lib/compiler/src/beam_asm.erl
@@ -150,7 +150,7 @@ build_file(Code, Attr, Dict, NumLabels, NumFuncs, Abst, SourceFile, Opts) ->
%% Create IFF chunk.
Chunks = case member(slim, Opts) of
- true -> [Essentials,AttrChunk,CompileChunk,AbstChunk];
+ true -> [Essentials,AttrChunk,AbstChunk];
false -> [Essentials,LocChunk,AttrChunk,CompileChunk,AbstChunk]
end,
build_form(<<"BEAM">>, Chunks).