1ELIXIRC(1)                BSD General Commands Manual               ELIXIRC(1)
2

NAME

4     elixirc — The Elixir compiler
5

SYNOPSIS

7     elixirc [OPTIONS] file ...
8

DESCRIPTION

10     The compiler is intended for compilation one or more files containing the
11     Elixir source code. The files should have the extension .ex.
12

OPTIONS

14     -o directory
15             Places the output file in the specified directory. If the direc‐
16             tory is not specified via the option, the current working direc‐
17             tory will be used for the purpose.
18
19     --erl parameters
20             Serves the same purpose as ELIXIR_ERL_OPTIONS (see the
21             ENVIRONMENT section).
22
23     --ignore-module-conflict
24             Disables warnings when a module was previously defined.
25
26     --no-debug-info
27             Disables producing debugging information.
28
29     --no-docs
30             Disables generating documentation.
31
32     --warnings-as-errors
33             Makes all warnings into errors.
34
35     --verbose
36             Activates verbose mode.
37
38     --      Separates the options passed to the compiler from the options
39             passed to the executed code.
40

ENVIRONMENT

42     ELIXIR_ERL_OPTIONS
43             Allows passing parameters to the Erlang runtime.
44
45     ERL_COMPILER_OPTIONS
46             Allows passing parameters to the Erlang compiler (see erlc(1)).
47

SEE ALSO

49     elixir(1), iex(1), mix(1)
50

AUTHOR

52     This manual page contributed by Evgeny Golyshev.
53

INTERNET RESOURCES

55     Main website: https://elixir-lang.org
56
57     Documentation: https://elixir-lang.org/docs.html
58
59BSD                             April 10, 2015                             BSD
Impressum