mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Background ---------- Now that Swift AST type support in LLDB has matured, we can stop emitting DWARF type information by default to reduce compile time and ibject file size. A future commit will change -g to emit only AST type references. The full set of debug options will be -gnone -gline-tables-only -g // AST types (= everything that LLDB needs) -gdwarf-types // AST types + DWARF types (for legacy debuggers)
50 KiB
50 KiB