Skip to content

Commit 40cdaad

Browse files
committed
Remove profile build related settings
1 parent 1e1dcfb commit 40cdaad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmake/config-build.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ option(RTS_BUILD_CORE_EXTRAS "Build core extra tools/tests" OFF)
44
option(RTS_BUILD_ZEROHOUR "Build Zero Hour code." ON)
55
option(RTS_BUILD_GENERALS "Build Generals code." ON)
66
option(RTS_BUILD_OPTION_INTERNAL "Build code with the \"Internal\" configuration." OFF)
7-
option(RTS_BUILD_OPTION_PROFILE "Build code with the \"Profile\" configuration." OFF)
87
option(RTS_BUILD_OPTION_DEBUG "Build code with the \"Debug\" configuration." OFF)
98
option(RTS_BUILD_OPTION_ASAN "Build code with Address Sanitizer." OFF)
109
option(RTS_BUILD_OPTION_FFMPEG "Enable FFmpeg support" OFF)
@@ -19,7 +18,6 @@ add_feature_info(CoreExtras RTS_BUILD_CORE_EXTRAS "Build Core Extra Tools/Tests"
1918
add_feature_info(ZeroHourStuff RTS_BUILD_ZEROHOUR "Build Zero Hour code")
2019
add_feature_info(GeneralsStuff RTS_BUILD_GENERALS "Build Generals code")
2120
add_feature_info(InternalBuild RTS_BUILD_OPTION_INTERNAL "Building as an \"Internal\" build")
22-
add_feature_info(ProfileBuild RTS_BUILD_OPTION_PROFILE "Building as a \"Profile\" build")
2321
add_feature_info(DebugBuild RTS_BUILD_OPTION_DEBUG "Building as a \"Debug\" build")
2422
add_feature_info(AddressSanitizer RTS_BUILD_OPTION_ASAN "Building with address sanitizer")
2523
add_feature_info(FFmpegSupport RTS_BUILD_OPTION_FFMPEG "Building with FFmpeg support")
@@ -68,7 +66,4 @@ else()
6866
if(RTS_BUILD_OPTION_INTERNAL)
6967
target_compile_definitions(core_config INTERFACE RTS_INTERNAL)
7068
endif()
71-
if(RTS_BUILD_OPTION_PROFILE)
72-
target_compile_definitions(core_config INTERFACE RTS_PROFILE)
73-
endif()
7469
endif()

0 commit comments

Comments
 (0)