Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompilerOptions

Hierarchy

Index

Properties

Optional debug

debug: DEBUG[]

Debugging options

Optional gprof

gprof: undefined | false | true

Generate extra code to write profile information suitable for gprof

Optional logCompile

logCompile: undefined | false | true

Makes compiler print out statistics and information about each function as it is compiled.

Optional macros

macros: object[]

Defines macros

Optional noDefaultLibs

noDefaultLibs: undefined | false | true

Does not use standard system libraries when linking

Optional noStandardLib

noStandardLib: undefined | false | true

Does not use standard system startup files or libraries when linking

Optional optimisation

optimisation: OPTIMISATION

What optimisation level to use when compiling

Optional prof

prof: undefined | false | true

Generate extra code to write profile information suitable for prof

Optional static

static: undefined | false | true

Prevents linking with shared libraries

Optional staticLibGCC

staticLibGCC: undefined | false | true

Use static libgcc? -static-libgcc

Optional staticLibSTDcpp

staticLibSTDcpp: undefined | false | true

Use static libstc++? -static-libstdc++

Optional until

until: STAGES

If specified, what earlier stage should the compiler stop at

Optional usePipes

usePipes: undefined | false | true

Make GCC use pipes instead of temporary files?

Optional warning

warning: WARN[]

What warnings should the compiler display?

Generated using TypeDoc