diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-19 10:40:27 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-19 10:40:27 +0200 |
commit | 9975fb5923f70a85e53f8ec9c7ef2ff26dda03f7 (patch) | |
tree | f950d498412d44b2776246e67b1c1ad1025c6052 /src/scripts/Commands/cs_misc.cpp | |
parent | af6fc3d873e46d15a53f02417d20089710a95d45 (diff) |
Fixed linux compilation error with linker
This was caused by a GNUC compiler optimization that removes
LFG.obj from binaries since its functions have never been called
by gamelib. So we had to call at least one of them on LFGMgr forcing
compiler to include LFG.cpp in build. I can't find another way.
Diffstat (limited to 'src/scripts/Commands/cs_misc.cpp')
0 files changed, 0 insertions, 0 deletions