Comment #2 on issue 9932 by craig.schlenter: Linux build dies in V8 on
Fedora 11 beta
http://code.google.com/p/chromium/issues/detail?id=9932
To make it work when compiled for Release:
1. add '-fno-strict-aliasing', around line 172 or so of build/common.gypi
2. remove the stripping of -O2 and the adding of -O3 in
build/temp_gyp/v8.gyp
(i.e. compile v8 with -O2 instead of -O3).
3. re-run gyp with gclient runhooks --force
4. rebuild: hammer --mode=Release
mksnapshot was crashing when v8::Context::New was being called btw. but I
didn't try
to track it any further than that.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---