mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
add rebasing doc and minor V8 fix
This commit is contained in:
parent
f0568809e3
commit
a6d857a7dd
2 changed files with 5 additions and 1 deletions
4
docs/REBASING.md
Normal file
4
docs/REBASING.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Rebasing Thorium
|
||||
|
||||
My primary job as the founder and main dev of Thorium is rebasing Thorium to match newer upstream Chromium versions.
|
||||
This is note a trivial task
|
|
@ -1380,7 +1380,7 @@ config("toolchain") {
|
|||
# Increase the initial stack size. The default is 1MB, this is 2MB. This
|
||||
# applies only to executables and shared libraries produced by V8 since
|
||||
# ldflags are not pushed to dependants.
|
||||
cflags += [ "/O2", "/arch:SSE3" ]
|
||||
cflags += [ "/O2", "-msse3" ]
|
||||
ldflags += [ "/STACK:2097152" ]
|
||||
}
|
||||
if (is_linux || is_chromeos) {
|
||||
|
|
Loading…
Reference in a new issue