Available build options?

This board is for discussions, bug reports, etc. for pre-releases of the v28 milestone building on UXP.
terranigma

Available build options?

Unread post by terranigma » 2018-06-17, 23:16

I want to compile UXP for myself on Linux but I don't know which options are available (or how they differ from 27).
How can I list all available build/configure options for UXP?

Code: Select all

$ ./mach configure --help
usage: mach [global arguments] configure [command arguments]

Configure the tree (run configure and config.status).

Global Arguments:
  -v, --verbose         Print verbose output.
  -l FILENAME, --log-file FILENAME
                        Filename to write log data to.
  --log-interval        Prefix log line with interval from last message rather
                        than relative time. Note that this is NOT execution
                        time if there are parallel operations.
  --log-no-times        Do not prefix log lines with times. By default, mach
                        will prefix each output line with the time since
                        command start.
  -h, --help            Show this help message.
  --debug-command       Start a Python debugger when command is dispatched.
  --settings FILENAME   Path to settings file.

Command Arguments:
  options  Configure options

 $ ./mach configure options
It looks like you passed an unrecognized argument into mach.

The configure command does not accept the arguments: options
Last edited by terranigma on 2018-06-17, 23:16, edited 1 time in total.

terranigma

Re: Available build options?

Unread post by terranigma » 2018-06-17, 23:23

I answer myself:

Code: Select all

$ ./mach configure
...
...
...

$ ./configure --help
If any other method is available, I appreciate to know that.