TCC_OUTPUT_MEMORY

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Values

ValueMeaning
TCC_OUTPUT_MEMORY0

Output will be run const memory (default)

TCC_OUTPUT_EXE1

Executable file

TCC_OUTPUT_DLL2

Dynamic library

TCC_OUTPUT_OBJ3

Object file

TCC_OUTPUT_PREPROCESS4

Only preprocess (used internally)

Meta