module Yadriggy::C::Config

Compiler options etc.

Constants

Compiler

Compiler command. @return [String]

CoptOutput

Compiler option specifying the output file. @return [String]

Headers

Lines inserted in the generated C source file.

HostOS

Host OS @return [Symbol] `:linux`, `:macos`, `:unknown`.

LibExtension

The suffix to the name of a shared library such as `.so`. It has to start with a dot.

OpenCLHeaders

Lines inserted in the generated OpenCL source file.

OpenCLoptions

Compiler option for OpenCL @return [String]

WorkDir

Working directory.