You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
260 B

  1. {erl_opts, [no_debug_info]}.
  2. {deps, []}.
  3. {escript_incl_apps,
  4. [{{name}}]}.
  5. {escript_main_app, {{name}}}.
  6. {escript_name, {{name}}}.
  7. {escript_emu_args, "%%! +sbtu +A0\n"}.
  8. %% Profiles
  9. {profiles, [{test,
  10. [{erl_opts, [debug_info]}
  11. ]}]}.