diff options
Diffstat (limited to 'src/tools/mac')
-rw-r--r-- | src/tools/mac/dump_syms/dump_syms_tool.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/mac/dump_syms/dump_syms_tool.mm b/src/tools/mac/dump_syms/dump_syms_tool.mm index 8bade259..1880cd3b 100644 --- a/src/tools/mac/dump_syms/dump_syms_tool.mm +++ b/src/tools/mac/dump_syms/dump_syms_tool.mm @@ -49,7 +49,8 @@ using google_breakpad::scoped_ptr; using std::vector; struct Options { - Options() : srcPath(), arch(), cfi(true), handle_inter_cu_refs(true) { } + Options() + : srcPath(), dsymPath(), arch(), cfi(true), handle_inter_cu_refs(true) {} NSString *srcPath; NSString *dsymPath; const NXArchInfo *arch; |