From 0f2f354214b743d8bedc39391f260b4b98e3578e Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Sun, 18 Dec 2016 17:53:01 +0000 Subject: [PATCH] Revert "whole program vtables don't play nice with swggameserver" This reverts commit 04be3f253a5c505cc46d7436569d7290bfeb1a59. --- game/server/application/SwgGameServer/src/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/game/server/application/SwgGameServer/src/CMakeLists.txt b/game/server/application/SwgGameServer/src/CMakeLists.txt index 5406f019..6da4fb55 100644 --- a/game/server/application/SwgGameServer/src/CMakeLists.txt +++ b/game/server/application/SwgGameServer/src/CMakeLists.txt @@ -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