GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ELIXIRC(1) FreeBSD General Commands Manual ELIXIRC(1)

elixirc
The Elixir compiler

elixirc [OPTIONS] file ...

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

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.

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

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

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

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

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.