mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +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$
|
||||
/** @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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue