Code.available_compiler_options

You're seeing just the function available_compiler_options, go back to Code module for more information.
Link to this function

available_compiler_options()

View Source

Specs

available_compiler_options() :: [atom()]

Returns a list with all available compiler options.

For a description of all options, see put_compiler_option/2.

Examples

Code.available_compiler_options()
#=> [:docs, :debug_info, ...]