diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 98e657d..2ede07d 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -414,7 +414,7 @@ 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" diff --git a/source/dub/generators/sublimetext.d b/source/dub/generators/sublimetext.d index 4e75516..5b6c22a 100644 --- a/source/dub/generators/sublimetext.d +++ b/source/dub/generators/sublimetext.d @@ -74,6 +74,7 @@ "docs", "ddox", "profile", + "profile-gc", "cov", "unittest-cov", ];