build: re-enable -flto for gcc and clang.

This commit is contained in:
ds 2020-11-06 16:23:11 +03:00
commit 8219843ee1
6 changed files with 39 additions and 14 deletions

9
version_script.lds Normal file
View file

@ -0,0 +1,9 @@
YAPB_ABI_1.0 {
global:
Meta_*;
GiveFnptrsToDll;
GetBotAPI;
GetEntityAPI;
local:
*;
};