@@ -124,7 +124,7 @@ class InstallOptions:
124
124
"mrdocs_src_dir" : "MrDocs source directory." ,
125
125
"mrdocs_repo" : "URL of the MrDocs repository to clone." ,
126
126
"mrdocs_branch" : "Branch or tag of the MrDocs repository to use." ,
127
- "mrdocs_build_type" : "CMake build type for MrDocs (e.g., Release, Debug)." ,
127
+ "mrdocs_build_type" : "CMake build type for MrDocs (Release, Debug, RelWithDebInfo, MilRelSize, DebWithOpt )." ,
128
128
"mrdocs_use_user_presets" : "Whether to use CMake User Presets for building MrDocs." ,
129
129
"mrdocs_preset_name" : "Name of the CMake User Preset to use for MrDocs." ,
130
130
"mrdocs_build_dir" : "Directory where MrDocs will be built." ,
@@ -134,24 +134,24 @@ class InstallOptions:
134
134
"mrdocs_run_tests" : "Whether to run tests after building MrDocs." ,
135
135
"third_party_src_dir" : "Directory for all third-party source dependencies." ,
136
136
"fmt_src_dir" : "Directory for the fmt library source code." ,
137
- "fmt_build_type" : "CMake build type for the fmt library." ,
137
+ "fmt_build_type" : "CMake build type for the fmt library. (Release, Debug, RelWithDebInfo, MilRelSize, DebWithOpt) " ,
138
138
"fmt_build_dir" : "Directory where the fmt library will be built." ,
139
139
"fmt_install_dir" : "Directory where the fmt library will be installed." ,
140
140
"fmt_repo" : "URL of the fmt library repository to clone." ,
141
141
"fmt_branch" : "Branch or tag of the fmt library to use." ,
142
142
"duktape_src_dir" : "Directory for the Duktape source code." ,
143
143
"duktape_url" : "Download URL for the Duktape source archive." ,
144
- "duktape_build_type" : "CMake build type for Duktape." ,
144
+ "duktape_build_type" : "CMake build type for Duktape. (Release, Debug, RelWithDebInfo, MilRelSize, DebWithOpt) " ,
145
145
"duktape_build_dir" : "Directory where Duktape will be built." ,
146
146
"duktape_install_dir" : "Directory where Duktape will be installed." ,
147
147
"libxml2_src_dir" : "Directory for the libxml2 source code." ,
148
- "libxml2_build_type" : "CMake build type for libxml2." ,
148
+ "libxml2_build_type" : "CMake build type for libxml2. (Release, Debug, RelWithDebInfo, MilRelSize, DebWithOpt) " ,
149
149
"libxml2_build_dir" : "Directory where libxml2 will be built." ,
150
150
"libxml2_install_dir" : "Directory where libxml2 will be installed." ,
151
151
"libxml2_repo" : "URL of the libxml2 repository to clone." ,
152
152
"libxml2_branch" : "Branch or tag of libxml2 to use." ,
153
153
"llvm_src_dir" : "Directory for the LLVM project source code." ,
154
- "llvm_build_type" : "CMake build type for LLVM." ,
154
+ "llvm_build_type" : "CMake build type for LLVM. (Release, Debug, RelWithDebInfo, MilRelSize, DebWithOpt) " ,
155
155
"llvm_build_dir" : "Directory where LLVM will be built." ,
156
156
"llvm_install_dir" : "Directory where LLVM will be installed." ,
157
157
"llvm_repo" : "URL of the LLVM project repository to clone." ,
0 commit comments