Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/dub/commandline.d
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ abstract class PackageBuildCommand : Command {
args.getopt("b|build", &m_buildType, [
"Specifies the type of build to perform. Note that setting the DFLAGS environment variable will override the build type with custom flags.",
"Possible names:",
" debug (default), plain, release, release-nobounds, unittest, profile, docs, ddox, cov, unittest-cov and custom types"
" debug (default), plain, release, release-nobounds, unittest, profile, profile-gc, docs, ddox, cov, unittest-cov and custom types"
]);
args.getopt("c|config", &m_buildConfig, [
"Builds the specified configuration. Configurations can be defined in dub.json"
Expand Down
1 change: 1 addition & 0 deletions source/dub/generators/sublimetext.d
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Json buildSystems(BuildPlatform buildPlatform, string workingDiretory = getcwd()
"docs",
"ddox",
"profile",
"profile-gc",
"cov",
"unittest-cov",
];
Expand Down