diff options
author | John Hodge <tpg@mutabah.net> | 2016-09-15 10:46:21 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-09-15 10:46:21 +0800 |
commit | f3a065776fb6c584aae14dc9010e3e3edfbfd022 (patch) | |
tree | 04e7cbed4f280dfcdbe23cc291c620c191d8d360 /src | |
parent | 83512a2b797d69c536b5e8765cd98f0490d09c47 (diff) | |
download | mrust-f3a065776fb6c584aae14dc9010e3e3edfbfd022.tar.gz |
Main - Revert accidental commit 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 5b2ee161..85916db5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -47,7 +47,7 @@ void init_debug_list() g_debug_disable_map.insert( "Constant Evaluate" );
g_debug_disable_map.insert( "Typecheck Outer");
- //g_debug_disable_map.insert( "Typecheck Expressions" );
+ g_debug_disable_map.insert( "Typecheck Expressions" );
g_debug_disable_map.insert( "Expand HIR Annotate" );
g_debug_disable_map.insert( "Expand HIR Closures" );
|