| Option | Description | 
|---|---|
| --prefix-path | prefix-path to the ACE+TAO source distribution location. For example, in most situations this path is same as the ACE_ROOT environment variable. | 
| --reactor-spl select-st, select-mt, tp-reactor | Option to specialize the reactor framework with the
           concrete reactor type. select-st: select reactor which no locking. Single threaded case. select-mt: select reactor with locking enabled, multi-threaded case. tp-reactor: Thread-pool reactor | 
| --protocol-spl iiop | Option to specialize the pluggable protocol framework in TAO for the IIOP protocol. | 
| --messaging-spl giop | Option to specialize the messaging strategy in TAO with GIOP messaging protocol. | 
| --wait-strategy rw | Specialize the Wait Strategy with the concrete Wait Strategy in TAO. This specialization corresponds to the -ORBWaitStrategy option in TAO. | --output-prefix | Option to copy over the specialized files to an output directory. This option works only when a single specialization is chose. If multiple specializations are chosen, then this copies the files corresponding to the last specialization. |