summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-09-11 15:48:47 +0800
committerJohn Hodge <tpg@mutabah.net>2016-09-11 15:48:47 +0800
commitc06a0d7011130ffd63f81c604107db4e82323a5c (patch)
tree9359104051f1658c2805e382fb82d352748772ed /src
parent08236689def47e7527c7dac84743a1b3308dcae0 (diff)
downloadmrust-c06a0d7011130ffd63f81c604107db4e82323a5c.tar.gz
main - Oops, committed with debug enabled
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f25bcb0f..85916db5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -33,7 +33,7 @@ void init_debug_list()
{
g_debug_disable_map.insert( "Parse" );
g_debug_disable_map.insert( "LoadCrates" );
- //g_debug_disable_map.insert( "Expand" );
+ g_debug_disable_map.insert( "Expand" );
g_debug_disable_map.insert( "Resolve Use" );
g_debug_disable_map.insert( "Resolve Index" );