Adel Kara Slimane

Results 68 comments of Adel Kara Slimane

Nevermind, it needs the lib32 detection logic still...

> build.sh is used for building release package primarily so needs to line-up with mangohud-setup.sh (a.k.a no meson to configure stuff there). Yeah now that I had a quick look,...

Okay, so there are quite a few install scripts and I do have the energy to go through all of them. So how about I do this: - I make...

@johnragland those messages appear because when you use the program with `-fprofile-generate` to generate `.gcda` files, some source code files are not explored at all and no `.gcda` profiling file...

I find it a little unfortunate that every distro works on LTO on its own on its own table. Some kind of database of "safe" LTO compile flags or workaround...

Oh thanks for your feedback ! I will report back as soon as I try it !

Sorry for the delay, we could add an `nvidia` useflag if you wish for those new options

I just encountered this issue too: I used to raise the stack size to handle large `std::array`s and wanted to not do that anymore by putting them behind `cista::unique_ptr`. I...

Hello ! I like and agree with the ideas you described. > switch the T const& argument to T const* (and always feed a nullptr) or replace the type with...

It looks like the compiler wasn't reporting the correct error message because the issue was complex. Here's a working increment over your code: https://gcc.godbolt.org/z/6qbof7KTr I removed handling pointers: actually aren't...