aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/main.cc')
-rw-r--r--src/main/cpp/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cpp/main.cc b/src/main/cpp/main.cc
index 26036e5fe8..02b771465b 100644
--- a/src/main/cpp/main.cc
+++ b/src/main/cpp/main.cc
@@ -20,7 +20,7 @@
int main(int argc, const char *argv[]) {
std::unique_ptr<blaze::StartupOptions> startup_options(
- new blaze::StartupOptions(blaze::BAZEL_PRODUCT_NAME));
+ new blaze::StartupOptions());
return blaze::Main(argc, argv,
new blaze::OptionProcessor(std::move(startup_options)));
}