valac -v
shows that it's invoking cc -O
in the background, however I've found no way of passing optimization flags from valac
.
I've read vala's docs and FAQs but not once has it mentioned an optimization flag (unless I've missed it).
valac -v
shows that it's invoking cc -O
in the background, however I've found no way of passing optimization flags from valac
.
I've read vala's docs and FAQs but not once has it mentioned an optimization flag (unless I've missed it).