Skip to content

Instantly share code, notes, and snippets.

@knewter
Created July 29, 2015 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knewter/6d3e22db3ed73082ecf3 to your computer and use it in GitHub Desktop.
Save knewter/6d3e22db3ed73082ecf3 to your computer and use it in GitHub Desktop.
θ64° [jadams:~/elixir/elixir] 3eb938a+* 41s ± git grep ELIXIR_ERL_OPTIONS
CHANGELOG.md: * [Kernel] Rename `ELIXIR_ERL_OPTS` to `ELIXIR_ERL_OPTIONS` for consistency with `ERL_COMPILER_OPTIONS`
bin/elixir:** Options can be passed to the erlang runtime using ELIXIR_ERL_OPTIONS or --erl" >&2
bin/elixir:exec "$ERL_PATH" -pa "$SCRIPT_PATH"/../lib/*/ebin $ELIXIR_ERL_OPTIONS $ERL -extra "$@"
bin/elixir.bat:echo ** Options can be passed to the erlang runtime using ELIXIR_ERL_OPTIONS or --erl
bin/elixir.bat: start werl.exe %ext_libs% %ELIXIR_ERL_OPTIONS% %parsErlang% %beforeExtra% -extra %*
bin/elixir.bat: erl.exe %ext_libs% -noshell %ELIXIR_ERL_OPTIONS% %parsErlang% %beforeExtra% -extra %*
bin/elixirc:** Options can be passed to the erlang runtime using ELIXIR_ERL_OPTIONS
bin/elixirc.bat:echo ** Options can be passed to the erlang runtime using ELIXIR_ERL_OPTIONS
bin/iex:** Options can be passed to the VM using ELIXIR_ERL_OPTIONS or --erl" >&2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment