summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compiler/Frontend.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/Frontend.cc b/src/compiler/Frontend.cc
index be3a6052e0..880341aa06 100644
--- a/src/compiler/Frontend.cc
+++ b/src/compiler/Frontend.cc
@@ -33,8 +33,7 @@ uint32_t compilerOptimizerDisableFlags = 0 | // Disable specific optimizations
0;
uint32_t compilerDebugFlags = 0 | // Enable debug/testing modes
- // TODO: disable all of these by default in ToT
- (1 << kDebugDisplayMissingTargets) |
+ //(1 << kDebugDisplayMissingTargets) |
//(1 << kDebugVerbose) |
//(1 << kDebugDumpCFG) |
//(1 << kDebugSlowFieldPath) |