Browse Source

Add objcopy post-processing of compiled .o files to remove read-only status of debug strings. This is to prevent the linker from running the constant string merge algorithm which is very slow (n^2). The problem is most obvious when dealing with template C++ code which produces large numbers of debug symbols.

[SVN r20327]
Rene Rivera 22 years ago
parent
commit
31bdd06b4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit e498a3c6591dd2aa3e3f5675f64e05c437f01b4e
+Subproject commit f9797fb7910b8ede9b9ec626a3802b92f6f27553

粤ICP备19079148号