Skip to content

Commit

Permalink
choose better emu args for test_binary
Browse files Browse the repository at this point in the history
Reviewed By: michalmuskala

Differential Revision: D49594857

fbshipit-source-id: 1613749d5c4bdbdc01ad9af02ac2f21686638a34
  • Loading branch information
TheGeorge authored and facebook-github-bot committed Sep 25, 2023
1 parent 749811c commit fe8ca82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions prelude/erlang/common_test/test_binary/BUCK
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
erlang_escript(
name = "escript",
emu_args = [
"+A0",
"+S1:1",
"+sbtu",
"-mode minimal",
],
main_module = "test_binary",
visibility = ["PUBLIC"],
deps = [
Expand Down

0 comments on commit fe8ca82

Please sign in to comment.