Value | Meaning |
---|---|
GCC_JIT_OUTPUT_KIND_ASSEMBLER | Compile the context to an assembler file. |
GCC_JIT_OUTPUT_KIND_OBJECT_FILE | Compile the context to an object file. |
GCC_JIT_OUTPUT_KIND_DYNAMIC_LIBRARY | Compile the context to a dynamic library. |
GCC_JIT_OUTPUT_KIND_EXECUTABLE | Compile the context to an executable. |