diff options
Diffstat (limited to 'libcppbuild.cc')
-rw-r--r-- | libcppbuild.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcppbuild.cc b/libcppbuild.cc index 6d1d6e5..9a15880 100644 --- a/libcppbuild.cc +++ b/libcppbuild.cc @@ -49,7 +49,7 @@ int main(int argc, char* argv[]) bool list_files{false}; dg::Options opt; - int key{256}; + int key{128}; opt.add("jobs", required_argument, 'j', "Number of parallel jobs. (default: cpucount * 2 - 1 )", |