找回密码
 FreeOZ用户注册
查看: 1382|回复: 4
打印 上一主题 下一主题

[软件技巧] 自己编一个64位的Chrome

[复制链接]
跳转到指定楼层
1#
发表于 21-8-2009 10:58:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?FreeOZ用户注册

x
[size=120%]FROM:http://code.google.com/p/chromium/wiki/LinuxChromium64
LinuxChromium64
     Building 64 bit Chromium
  
To compile a 64 bit version of Chromium:
  • Setup your build for multiple architectures output directories:  mv out out32
      mkdir out64
      ln -s out64 out
  • Re-run gyp to get 64 bit make files:
    ./tools/gyp/gyp -f make build/all.gyp -Dtarget_arch=x64
    If you're building with gcc 4.4, you need to add -Dno_strict_aliasing=1 and -Dgcc_version=44 to the gyp line.
  • Build:  make -r -j6 chrome
回复  

使用道具 举报

2#
发表于 22-8-2009 13:51:16 | 只看该作者
如果无权保持沉默而不得不说假话并且无法不伤害到他人的时候该怎么办?
回复  

使用道具 举报

3#
发表于 22-8-2009 14:42:22 | 只看该作者

回复 #2 someonehappy 的帖子

“这些底线依次是” 老乞丐的底线好多啊,三重保障的
回复  

使用道具 举报

4#
发表于 28-8-2009 08:15:35 | 只看该作者
-j6? 几核的机器啊?
回复  

使用道具 举报

5#
 楼主| 发表于 28-8-2009 09:06:12 | 只看该作者

回复 #4 lilianaya 的帖子

一般并发的个数设定为为2*CPU+1,所以双核及以上都可以用-j6获得较好的性能,因为Make过程中有想当比例的时间是IO操作。
回复  

使用道具 举报

您需要登录后才可以回帖 登录 | FreeOZ用户注册

本版积分规则

小黑屋|手机版|Archiver|FreeOZ论坛

GMT+10, 28-4-2024 09:56 , Processed in 0.031109 second(s), 20 queries , Gzip On, Redis On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表