Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

aot-compile

aot-compile -V (return code: 1)

Usage: aot-compile [OPTION...] SRCDIR DSTDIR
AOT-compile all Java bytecode in SRCDIR into DSTDIR.

Options:
  -M, --make=PATH        make executable to use (/usr/bin/make)
  -C, --gcj=PATH         gcj executable to use (/usr/bin/gcj)
  -D, --dbtool=PATH      gcj-dbtool executable to use (/usr/bin/gcj-dbtool)
  -m, --makeflags=FLAGS  flags to pass to make during build
  -c, --gcjflags=FLAGS   flags to pass to gcj during compilation
                           in addition to '-g -O2 -fPIC -findirect-dispatch -fjni'
  -l, --ldflags=FLAGS    flags to pass to gcj during linking
                           in addition to '-Wl,-Bsymbolic'
  -e, --exclude=PATH     do not compile PATH
  -L, --libdir=DIR       overwrite destination directory

Extra flags may also be passed using the AOT_MAKEFLAGS, AOT_GCJFLAGS
and AOT_LDFLAGS environment variables.

The parallel=<n> option in DEB_BUILD_OPTIONS is passed to make unless
-j<n> is passed with -m, --makeflags
aot-compile --help (return code: 1)

Usage: aot-compile [OPTION...] SRCDIR DSTDIR
AOT-compile all Java bytecode in SRCDIR into DSTDIR.

Options:
  -M, --make=PATH        make executable to use (/usr/bin/make)
  -C, --gcj=PATH         gcj executable to use (/usr/bin/gcj)
  -D, --dbtool=PATH      gcj-dbtool executable to use (/usr/bin/gcj-dbtool)
  -m, --makeflags=FLAGS  flags to pass to make during build
  -c, --gcjflags=FLAGS   flags to pass to gcj during compilation
                           in addition to '-g -O2 -fPIC -findirect-dispatch -fjni'
  -l, --ldflags=FLAGS    flags to pass to gcj during linking
                           in addition to '-Wl,-Bsymbolic'
  -e, --exclude=PATH     do not compile PATH
  -L, --libdir=DIR       overwrite destination directory

Extra flags may also be passed using the AOT_MAKEFLAGS, AOT_GCJFLAGS
and AOT_LDFLAGS environment variables.

The parallel=<n> option in DEB_BUILD_OPTIONS is passed to make unless
-j<n> is passed with -m, --makeflags

Comments

Popular posts from this blog

Oracle DBMS SCHEDULER Examples

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

How to Enable/Disable autovacuum on PostgreSQL