diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-23 20:11:01 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-23 20:11:01 +0200 |
commit | c21a9c55382b930ffeea5042aa7e0dd48b453c4a (patch) | |
tree | 27f67680e28b1a6c8cd07eeac077257fe956b678 /configure.cc | |
parent | e4c0168e4e8834aea0cfe06b8b2fc8bd63f591bb (diff) |
Fix args.
Diffstat (limited to 'configure.cc')
-rw-r--r-- | configure.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cc b/configure.cc index e84f808..1979936 100644 --- a/configure.cc +++ b/configure.cc @@ -55,7 +55,7 @@ int configure(int argc, char* argv[]) } dg::Options opt; - int key{256}; + int key{128}; std::string build_arch; std::string host_arch; |