diff options
author | John Hodge <tpg@mutabah.net> | 2016-09-11 15:48:47 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-09-11 15:48:47 +0800 |
commit | c06a0d7011130ffd63f81c604107db4e82323a5c (patch) | |
tree | 9359104051f1658c2805e382fb82d352748772ed /src | |
parent | 08236689def47e7527c7dac84743a1b3308dcae0 (diff) | |
download | mrust-c06a0d7011130ffd63f81c604107db4e82323a5c.tar.gz |
main - Oops, committed with debug enabled
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
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" );
|