You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: -Zdebug-name-table to turn debug pub sections off
`.debug_pubnames` and `.debug_pubtypes` are poorly designed and people
seldom use them. However, they take a considerable portion of size in
the final binary. This `-Zdebug-name-table` flag make it possible to
tell to LLVM stop emitting those sections.
0 commit comments