mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 21:05:37 +02:00
setOptimazation takes an argument.
This commit is contained in:
parent
68b68482f3
commit
27c53603c7
1 changed files with 3 additions and 3 deletions
|
@ -57,15 +57,15 @@ public interface ICBuilder {
|
|||
|
||||
/**
|
||||
* Get the Optimization level.
|
||||
* @params String[]
|
||||
* @return IOptimization
|
||||
*/
|
||||
IOptimization getOptimization();
|
||||
|
||||
/**
|
||||
* Change the Optimization level.
|
||||
* @params String[]
|
||||
* @params IOptimization
|
||||
*/
|
||||
void setOptimization();
|
||||
void setOptimization(IOptimization o);
|
||||
|
||||
/**
|
||||
* Build the project.
|
||||
|
|
Loading…
Add table
Reference in a new issue