mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
accidental commit corrected
This commit is contained in:
parent
3826940176
commit
113c52b20c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public abstract class ACBuilder extends IncrementalProjectBuilder implements IMa
|
||||||
|
|
||||||
private static final String CONTENTS_CONFIGURATION_IDS = "org.eclipse.cdt.make.core.configurationIds"; //$NON-NLS-1$
|
private static final String CONTENTS_CONFIGURATION_IDS = "org.eclipse.cdt.make.core.configurationIds"; //$NON-NLS-1$
|
||||||
/** @since 5.2 */ // set to true to print build events on the console in debug mode
|
/** @since 5.2 */ // set to true to print build events on the console in debug mode
|
||||||
protected static final boolean DEBUG_EVENTS = true;
|
protected static final boolean DEBUG_EVENTS = false;
|
||||||
/**
|
/**
|
||||||
* Constructor for ACBuilder
|
* Constructor for ACBuilder
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue