Enable LTO for CI builds; Fix non-debug build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-21 18:59:41 +01:00
parent 680719799d
commit 4b45e69e1a
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 35 additions and 6 deletions

View file

@ -292,7 +292,9 @@ struct StaticPluginLoader {
file(nullptr),
rootJ(nullptr)
{
#ifdef DEBUG
DEBUG("Loading plugin module %s", name);
#endif
p->path = asset::pluginPath(name);