mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Turn on GC all the time. Fix rooting errors during parsing and storing timers. Fix borrow errors during tracing.
This commit is contained in:
parent
4051a8096d
commit
ffdc3f5b32
109 changed files with 1567 additions and 996 deletions
1
configure
vendored
1
configure
vendored
|
@ -697,6 +697,7 @@ do
|
|||
CONFIGURE_ARGS="${CONFIGURE_ARGS} --with-android-ndk=${CFG_ANDROID_NDK_PATH}"
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS} --with-android-toolchain=${CFG_ANDROID_CROSS_PATH}"
|
||||
fi
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS} --enable-gczeal"
|
||||
;;
|
||||
support/skia/skia)
|
||||
# Right now the skia configure script actually ignores --enable-debug and the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue