Skip to content

Commit

Permalink
fixup! compiler: Add support for debug information in BEAM files
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Nov 12, 2024
1 parent ea6f5d6 commit 5b8a8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compiler/test/test_lib.erl
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ opt_opts(Mod) ->
%% `options` may not be set at all if +deterministic is enabled.
Opts = proplists:get_value(options, Comp, []),
lists:filter(fun
(beam_debug_info) -> true;
(debug_info) -> true;
(dialyzer) -> true;
({feature,_,enable}) -> true;
Expand Down

0 comments on commit 5b8a8c9

Please sign in to comment.