Closed dbartolini closed 4 years ago
Splits C-code generation from its compilation to take advantage of Make's incremental building and parallel execution. It also makes it easier to debug vala programs because generated C-code is kept under build folder and can be referred to via gdb.
Splits C-code generation from its compilation to take advantage of Make's incremental building and parallel execution. It also makes it easier to debug vala programs because generated C-code is kept under build folder and can be referred to via gdb.