mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Ports: Build Python with --enable-optimizations
This no longer results in linker errors as the FIXME states, so let's get some perf for free :^)
This commit is contained in:
parent
6b15faed30
commit
6595db9ecf
Notes:
sideshowbarker
2024-07-18 04:18:50 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/6595db9ecf0 Pull-request: https://github.com/SerenityOS/serenity/pull/9943
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ icon_file="../launcher.ico" # This is an older icon that's downloaded separately
|
|||
# We could also add `openssl` here, but the _ssl modules doesn't build at the moment
|
||||
depends="bzip2 libffi libuuid ncurses readline sqlite termcap zlib"
|
||||
|
||||
# FIXME: --enable-optimizations results in lots of __gcov_* linker errors
|
||||
configopts="--disable-ipv6 --without-ensurepip ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no"
|
||||
configopts="--enable-optimizations --disable-ipv6 --without-ensurepip ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no"
|
||||
|
||||
export CC="${CC} --sysroot=${SERENITY_INSTALL_ROOT}"
|
||||
export BLDSHARED="${CC} -shared"
|
||||
|
|
Loading…
Reference in a new issue