Skip to content

Commit

Permalink
Rip out optimizations which did not conform to the rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperes committed Jan 31, 2024
1 parent d8d551f commit be91939
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 375 deletions.
12 changes: 3 additions & 9 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{erl_opts, [no_debug_info]}.
{deps, [getopt]}.

{escript_incl_apps, [erlang_1brc, getopt]}.
{erl_opts, []}.
{deps, []}.
{escript_incl_apps, [erlang_1brc]}.
{escript_main_app, erlang_1brc}.
{escript_name, erlang_1brc}.

%% Profiles
{profiles, [{test,
[{erl_opts, [debug_info]}
]}]}.
199 changes: 0 additions & 199 deletions src/aggregate.erl

This file was deleted.

Loading

0 comments on commit be91939

Please sign in to comment.