diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-11-06 11:03:12 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-11-06 11:03:12 +0100 |
commit | 92cc25c10bcba1f14cbf28bd0298311b8e81a2ea (patch) | |
tree | 1d35fd2cd31f7ef3718b46244a4305b44c295ec1 /src/configure.cc | |
parent | 1689e28435021f9bd12d92d167113338eb230057 (diff) |
Fix rebuilding after adding or removing of ctor.cc files to the build configuration using -a/-r commandline args..
Diffstat (limited to 'src/configure.cc')
-rw-r--r-- | src/configure.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.cc b/src/configure.cc index 675699d..9ebed8a 100644 --- a/src/configure.cc +++ b/src/configure.cc @@ -351,7 +351,7 @@ int configure(const Settings& global_settings, int argc, char* argv[]) istr << "//#define HAS_BAR 1\n"; } - recompileCheck(settings, 1, argv, true, false); + recompileCheck(settings, 1, argv, false); return 0; } |