mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Misprint fix
This commit is contained in:
parent
aaedfd3400
commit
2250f00e98
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public class ProfAppCalculator implements IOptionApplicability {
|
||||||
protected static final String COMPILER_PATTERN = ".compiler.";
|
protected static final String COMPILER_PATTERN = ".compiler.";
|
||||||
|
|
||||||
protected String getOptionIdPattern() {
|
protected String getOptionIdPattern() {
|
||||||
return ".compiler.option.debugging.gprof";
|
return ".compiler.option.debugging.prof";
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isOptionEnabled(IBuildObject configuration,
|
public boolean isOptionEnabled(IBuildObject configuration,
|
||||||
|
|
Loading…
Add table
Reference in a new issue