Only generate debug info when in --debug mode (or asked).

This commit is contained in:
Ben Vanik
2013-12-22 09:50:31 -08:00
parent c92142ca02
commit de6dc92663
10 changed files with 43 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ public:
~PPCTranslator();
int Translate(runtime::FunctionInfo* symbol_info,
bool with_debug_info,
runtime::Function** out_function);
private: