We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7514b0 commit ccf0e8bCopy full SHA for ccf0e8b
make/autoconf/basic_tools.m4
@@ -162,7 +162,7 @@ AC_DEFUN([BASIC_CHECK_MAKE_OUTPUT_SYNC],
162
[
163
# Check if make supports the output sync option and if so, setup using it.
164
UTIL_ARG_WITH(NAME: output-sync, TYPE: literal,
165
- VALID_VALUES: [none recurse line target], DEFAULT: recurse,
+ VALID_VALUES: [none recurse line target], DEFAULT: none,
166
OPTIONAL: true, ENABLED_DEFAULT: true,
167
ENABLED_RESULT: OUTPUT_SYNC_SUPPORTED,
168
CHECKING_MSG: [for make --output-sync value],
0 commit comments