How to configure tup build system for different build configurations, e.g. debug or release flags?

1k views Asked by At

I am quite new to tup but still love its features. One issue I am thinking about how does tup support different build options, e.g. debug or release (-> different CFLAGS)?

I did not find any useful results using google.

1

There are 1 answers

0
Jonas On

I found the solution: tup variants, see http://gittup.org/tup/manual.html#lbAE

Thanks!