JIT compilation library for the GNU Compiler Collection
JIT library for the GNU compiler collection
libgccjit$ gcc -I$(libgccjit-config --includedir) -L$(libgccjit-config --libdir) -lgccjit program.c -o program$ cc -c mycode.c $(pkg-config --cflags libgccjit) -o mycode.o && cc mycode.o $(pkg-config --libs libgccjit) -o myapp$ pkg-config --modversion libgccjit