bkaradzic / GENie

GENie - Project generator tool
Other
905 stars 168 forks source link

vala: split Vala and C compilation in two distinct steps #516

Closed dbartolini closed 4 years ago

dbartolini commented 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.