mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 12:57:35 +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
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…
Add table
Add a link
Reference in a new issue