Microsoft NMake Target Specific Variable Values

251 views Asked by At

Using gnu make, I can define target specific variable values like this:

release : CFLAGS = -std=c99 -O3 -fno-strict-aliasing

Is there a similar feature for Microsoft NMake?

0

There are 0 answers