Andrew Kaster
Andrew Kaster
If it's unable to find libstdc++, that probably means you were missing `libstdc++-dev` as a package. What distro are you on that that package is not included in `build-essential` ?
Sure, but build-essential should install the default g++ package, which will be a virtual package pointing to some version of g++, which will depend on that version of libstdc++-xx-dev. Which...
The "right away" to LTO is with https://cmake.org/cmake/help/latest/module/CheckIPOSupported.html and https://cmake.org/cmake/help/latest/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.html / https://cmake.org/cmake/help/latest/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION.html I believe we use the pattern in Serenity's Kernel? Should we enable lto for the static libraries from...
I saw this error in a CI job I'm setting up and noticed that I can't work around it by importing the keys manually and using the --no-import-pgp-keys option, because...
Seeing this adding a ladybird namespace/object thingy is interesting. I saw this the other day https://groups.google.com/a/chromium.org/g/chromium-extensions/c/gK1Sd57p4go/m/ZLsLz7GSAwAJ . Apparently chromium is looking to move some of their extension support into a...
if test never takes a target, I'd consider that a bug too. It's supposed to be able to do `ctest --preset -R ` for good ol regex matching of test...
Oh. Neat, I guess. muscle memory dies hard though, I've been doing `./Meta/ladybird.sh test `. not sure how many of these shorthands we should try to keep around though, saying...
I'm not quite sure what's going on with your build directory here. Did you clone this repo at `master`? Did you clone SerenityOS/serenity? Did you clone the old repo now...
Please also make sure to fixup-squash your updates in response to PR review. We don't squash-merge, we rebase/cherry-pick commits from your branch directly onto master.
> I have never need to do this before and normal use gitKraken to had git so have no clue how to do this 😅 Have a look at this...