1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Misprint fix

This commit is contained in:
Oleg Krasilnikov 2008-02-28 17:23:15 +00:00
parent aaedfd3400
commit 2250f00e98

View file

@ -23,7 +23,7 @@ public class ProfAppCalculator implements IOptionApplicability {
protected static final String COMPILER_PATTERN = ".compiler.";
protected String getOptionIdPattern() {
return ".compiler.option.debugging.gprof";
return ".compiler.option.debugging.prof";
}
public boolean isOptionEnabled(IBuildObject configuration,