Commit e6d53a98 authored by Kevin Modzelewski's avatar Kevin Modzelewski

give up on putting debuginfo in our stdlib, at least for now

parent dc2ac2de
......@@ -32,7 +32,7 @@ bool BENCH = false;
bool PROFILE = false;
bool DUMPJIT = false;
bool TRAP = false;
bool USE_STRIPPED_STDLIB = false;
bool USE_STRIPPED_STDLIB = true; // always true
bool ENABLE_INTERPRETER = true;
static bool _GLOBAL_ENABLE = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment