Tiny Core Base > Release Candidate Testing
Core v7.0beta1
bmarkus:
What are the benefits offered by GOLD over LD?
Juanito:
It's meant to be faster, especially for large c++ apps
curaga:
Gold also has a unique mode that can reduce size by some %. Add -Wl,--icf=safe to LDFLAGS. It works in addition to LTO.
edit: Added -Wl
Juanito:
Hmm - I just tried a test compiling qt5:
with gold
time make -j5 1h 19m 22s
without gold
time make -j5 1h 18m 57s
..not terribly convincing then :P
vt1431:
rt61pci fails because of missing rate control algorithm support in mac80211:
--- Code: ---ieee80211 phy0: Failed to select rate control algorithm
--- End code ---
Enabling "ministrel" in kernel config helps.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version