Scroll to navigation

ELIXIRC(1) General Commands Manual ELIXIRC(1)

NAME

elixircThe Elixir compiler

SYNOPSIS

elixirc [OPTIONS] file ...

DESCRIPTION

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

OPTIONS

directory
Places the output file in the specified directory. If the directory is not specified via the option, the current working directory will be used for the purpose.
parameters
Serves the same purpose as ELIXIR_ERL_OPTIONS (see the ENVIRONMENT section).
Disables warnings when a module was previously defined.
Disables producing debugging information.
Disables generating documentation.
Makes all warnings into errors.
Activates verbose mode.
--
Separates the options passed to the compiler from the options passed to the executed code.

ENVIRONMENT

Allows passing parameters to the Erlang runtime.
Allows passing parameters to the Erlang compiler (see erlc(1)).

SEE ALSO

elixir(1), iex(1), mix(1)

AUTHOR

Elixir is maintained by the Elixir Core Team.
 
This manual page was contributed by Evgeny Golyshev.
 
Copyright (c) 2012 Plataformatec.
 

INTERNET RESOURCES

Main website: https://elixir-lang.org
 
Documentation: https://elixir-lang.org/docs.html
 
April 10, 2015 Debian