1
0
Fork 0
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:
Andrew Gvozdev 2010-03-29 21:55:35 +00:00
parent 3826940176
commit 113c52b20c

View file

@ -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
*/