Speeding up Chromium build

后端 未结 1 849
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-06 07:52

I am building Chromium on Windows using Visual Studio 2010. I have followed all of the suggestions for building Chromium in as \"little\" time as possible (http://www.chromium.o

1条回答
  •  感情败类
    2021-02-06 08:10

    Follow these instructions for accelerating Chromium build

    In short these are the most useful steps:

    1. Use a true multicore processor /i7
    2. Use an x64 OS Have at least 8 GB RAM.
    3. Turn on precompiled headers and the component build.
    4. Use src/build/some.gyp to only load the targets you care about.
    5. Disable your anti-virus software for .ilk, .pdb, .cc, .h files

    and

    use NINJA

    0 讨论(0)
提交回复
热议问题