build: re-enable -flto for gcc and clang.
This commit is contained in:
parent
a0202efc40
commit
8219843ee1
6 changed files with 39 additions and 14 deletions
9
version_script.lds
Normal file
9
version_script.lds
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
YAPB_ABI_1.0 {
|
||||
global:
|
||||
Meta_*;
|
||||
GiveFnptrsToDll;
|
||||
GetBotAPI;
|
||||
GetEntityAPI;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue