Revert "whole program vtables don't play nice with swggameserver"

This reverts commit 04be3f253a.
This commit is contained in:
DarthArgus
2016-12-18 17:53:01 +00:00
parent 74d2a3e189
commit 0f2f354214
@@ -1,9 +1,6 @@
add_compile_options(-fprofile-instr-use=${PROJECT_SOURCE_DIR}/src/linux/SwgGameServer.profdata)
# lto vtables break jni when we're cleaning up one of our vectors
add_compile_options(-fno-whole-program-vtables)
set(SHARED_SOURCES
shared/combat/combat.def
shared/combat/CombatEngine.cpp