Skip to content

Commit e7e3ef5

Browse files
committed
build: bootstrap build options list valid types
1 parent e32bb36 commit e7e3ef5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bootstrap.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class InstallOptions:
124124
"mrdocs_src_dir": "MrDocs source directory.",
125125
"mrdocs_repo": "URL of the MrDocs repository to clone.",
126126
"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).",
128128
"mrdocs_use_user_presets": "Whether to use CMake User Presets for building MrDocs.",
129129
"mrdocs_preset_name": "Name of the CMake User Preset to use for MrDocs.",
130130
"mrdocs_build_dir": "Directory where MrDocs will be built.",
@@ -134,24 +134,24 @@ class InstallOptions:
134134
"mrdocs_run_tests": "Whether to run tests after building MrDocs.",
135135
"third_party_src_dir": "Directory for all third-party source dependencies.",
136136
"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)",
138138
"fmt_build_dir": "Directory where the fmt library will be built.",
139139
"fmt_install_dir": "Directory where the fmt library will be installed.",
140140
"fmt_repo": "URL of the fmt library repository to clone.",
141141
"fmt_branch": "Branch or tag of the fmt library to use.",
142142
"duktape_src_dir": "Directory for the Duktape source code.",
143143
"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)",
145145
"duktape_build_dir": "Directory where Duktape will be built.",
146146
"duktape_install_dir": "Directory where Duktape will be installed.",
147147
"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)",
149149
"libxml2_build_dir": "Directory where libxml2 will be built.",
150150
"libxml2_install_dir": "Directory where libxml2 will be installed.",
151151
"libxml2_repo": "URL of the libxml2 repository to clone.",
152152
"libxml2_branch": "Branch or tag of libxml2 to use.",
153153
"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)",
155155
"llvm_build_dir": "Directory where LLVM will be built.",
156156
"llvm_install_dir": "Directory where LLVM will be installed.",
157157
"llvm_repo": "URL of the LLVM project repository to clone.",

0 commit comments

Comments
 (0)