Only generate debug info when in --debug mode (or asked).
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
virtual int DeclareFunction(
|
||||
runtime::FunctionInfo* symbol_info) = 0;
|
||||
virtual int DefineFunction(
|
||||
runtime::FunctionInfo* symbol_info,
|
||||
runtime::FunctionInfo* symbol_info, bool with_debug_info,
|
||||
runtime::Function** out_function) = 0;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user