Enable LTO for CI builds; Fix non-debug build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
680719799d
commit
4b45e69e1a
2 changed files with 35 additions and 6 deletions
|
@ -292,7 +292,9 @@ struct StaticPluginLoader {
|
|||
file(nullptr),
|
||||
rootJ(nullptr)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
DEBUG("Loading plugin module %s", name);
|
||||
#endif
|
||||
|
||||
p->path = asset::pluginPath(name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue