Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "compilers/GCC"

Index

Functions

Functions

gcc

  • gcc(input: string, output?: undefined | string, log?: undefined | false | true): Promise<Result>
  • gcc(opt: GCCOptions): Promise<Result>
  • Compiles a source file with GCC

    Parameters

    • input: string

      Source file to be compiled

    • Optional output: undefined | string

      Output file

    • Optional log: undefined | false | true

    Returns Promise<Result>

  • Compiles a source file according to the options passed with GCC

    Parameters

    Returns Promise<Result>

Generated using TypeDoc