buildframework/helium/doc/src/manual/stage_compilation.rst.inc.ftl
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
   103 
   103 
   104 Raptor compilation
   104 Raptor compilation
   105 ------------------
   105 ------------------
   106 
   106 
   107 Enabling CTC integration
   107 Enabling CTC integration
   108    It is possible to enable CTC instrumenting while building with SBSv2. To proceed you need to define the **sbs.build.ctc** to true.
   108 
   109    If default options are not satisfying (default command line arguments: "-i m"), you can override the **ctc.instrument.type** property to
   109    It is possible to enable CTC instrumenting while building with SBSv2. To proceed you need to define the ``ctc.enabled`` to true. If default options are not satisfying (default command line arguments: "-i m"), you can override the ``ctc.instrument.type`` property to define an another instrumentation type. Or if you need to define additional arguments you can then override the argSet referenced by ``ctc.build.options``. 
   110    define an another instrumentation type. Or if you need to define additional arguments you can then override 
       
   111    the argSet referenced by **ctc.build.options**. 
       
   112    
   110    
   113    
   111