mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
add our profile use stuff
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
if (${CMAKE_BUILD_TYPE} STREQUAL "MINSIZEREL")
|
||||
add_compile_options(-fprofile-instr-use=${PROJECT_SOURCE_DIR}/src/linux/CommoditiesServer.profdata)
|
||||
endif()
|
||||
|
||||
set(SHARED_SOURCES
|
||||
shared/AuctionBid.cpp
|
||||
shared/AuctionBid.h
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
if (${CMAKE_BUILD_TYPE} STREQUAL "MINSIZEREL")
|
||||
add_compile_options(-fprofile-instr-use=${PROJECT_SOURCE_DIR}/src/linux/ConnectionServer.profdata)
|
||||
endif()
|
||||
|
||||
set(SHARED_SOURCES
|
||||
shared/CentralConnection.cpp
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
if (${CMAKE_BUILD_TYPE} STREQUAL "MINSIZEREL")
|
||||
add_compile_options(-fprofile-instr-use=${PROJECT_SOURCE_DIR}/src/linux/LoginServer.profdata)
|
||||
endif()
|
||||
|
||||
set(SHARED_SOURCES
|
||||
shared/CentralServerConnection.cpp
|
||||
shared/CentralServerConnection.h
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
if (${CMAKE_BUILD_TYPE} STREQUAL "MINSIZEREL")
|
||||
add_compile_options(-fprofile-instr-use=${PROJECT_SOURCE_DIR}/src/linux/PlanetServer.profdata)
|
||||
endif()
|
||||
|
||||
set(SHARED_SOURCES
|
||||
shared/CentralServerConnection.cpp
|
||||
|
||||
Reference in New Issue
Block a user