mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Toolchain: Disable libstdc++ PCH compilation
These are not useful for us, and unnecessarily waste time when building the toolchain. Even if we used libstdc++ more heavily, our use of uncommon, PCH-affecting flags and our frequent LibC header changes would make these ineligible for use anyways.
This commit is contained in:
parent
65a97ad503
commit
6bcd73a2ff
Notes:
sideshowbarker
2024-07-17 00:49:59 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/6bcd73a2ff Pull-request: https://github.com/SerenityOS/serenity/pull/19059 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ pushd "$DIR/Build/$ARCH"
|
|||
--target="$TARGET" \
|
||||
--with-sysroot="$SYSROOT" \
|
||||
--disable-nls \
|
||||
--disable-libstdcxx-pch \
|
||||
--enable-shared \
|
||||
--enable-languages=c,c++ \
|
||||
--enable-default-pie \
|
||||
|
|
Loading…
Reference in a new issue