I have added the -DCMAKE_BUILD_TYPE=Release flag to the cmake command in the installer, with this the compiler optimizes the code significantly better (without it a debug build is created).
Additionally the warning: ‘virtual void Symbols::match(Plasma::RunnerContext&)’ can be marked override [-Wsuggest-override] compiler warnings have been fixed.
Hello,
I have added the
-DCMAKE_BUILD_TYPE=Release
flag to the cmake command in the installer, with this the compiler optimizes the code significantly better (without it a debug build is created).Additionally the
warning: ‘virtual void Symbols::match(Plasma::RunnerContext&)’ can be marked override [-Wsuggest-override]
compiler warnings have been fixed.