File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ option(RTS_BUILD_CORE_EXTRAS "Build core extra tools/tests" OFF)
4
4
option (RTS_BUILD_ZEROHOUR "Build Zero Hour code." ON )
5
5
option (RTS_BUILD_GENERALS "Build Generals code." ON )
6
6
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 )
8
7
option (RTS_BUILD_OPTION_DEBUG "Build code with the \" Debug\" configuration." OFF )
9
8
option (RTS_BUILD_OPTION_ASAN "Build code with Address Sanitizer." OFF )
10
9
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"
19
18
add_feature_info (ZeroHourStuff RTS_BUILD_ZEROHOUR "Build Zero Hour code" )
20
19
add_feature_info (GeneralsStuff RTS_BUILD_GENERALS "Build Generals code" )
21
20
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" )
23
21
add_feature_info (DebugBuild RTS_BUILD_OPTION_DEBUG "Building as a \" Debug\" build" )
24
22
add_feature_info (AddressSanitizer RTS_BUILD_OPTION_ASAN "Building with address sanitizer" )
25
23
add_feature_info (FFmpegSupport RTS_BUILD_OPTION_FFMPEG "Building with FFmpeg support" )
68
66
if (RTS_BUILD_OPTION_INTERNAL )
69
67
target_compile_definitions (core_config INTERFACE RTS_INTERNAL )
70
68
endif ()
71
- if (RTS_BUILD_OPTION_PROFILE )
72
- target_compile_definitions (core_config INTERFACE RTS_PROFILE )
73
- endif ()
74
69
endif ()
You can’t perform that action at this time.
0 commit comments