Changes between Version 21 and Version 22 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Jul 4, 2013 7:00:25 AM (11 years ago)
Author:
Andres Gomez
Comment:

Recommending to use the gold linker

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v21 v22  
    7070Before even starting to think in compiling we may want to be sure that we won't have to repeat the same huge effort shortly after. Hence, we would like to put into place some [wiki:WebKitGTK/SpeedUpBuild build speeding techniques].
    7171
    72 Summarizing, if you are working isolated with a single computer, just start using [wiki:WebKitGTK/SpeedUpBuild#ccache ccache].
     72Summarizing, you may want to use [wiki:WebKitGTK/SpeedUpBuild#gold gold] as your linker.
     73
     74If you are working isolated with a single computer, just start using [wiki:WebKitGTK/SpeedUpBuild#ccache ccache].
    7375
    7476If you are in a network in which other computers are available to help on compiling, just start using [wiki:WebKitGTK/SpeedUpBuild#distcc distcc] or some other distributed compiling software like ''icecc''.