Syntax

-z p = v

Description

Sets the value of the project property p to the value v.

Example

The following command compiles the file arguments and puts the resulting object files into the directory objects.

cc -c file1.c file2.c -zbuild_output_directory=objects