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 9ad2c6b commit 027e7a7Copy full SHA for 027e7a7
Configure.pl
@@ -68,7 +68,7 @@ BEGIN
68
'github-user=s', 'nqp-repo=s',
69
'moar-repo=s', 'expand=s',
70
'out=s', 'set-var=s@',
71
- 'relocatable',
+ 'relocatable', 'silent-build!'
72
)
73
or do {
74
print_help();
@@ -185,6 +185,7 @@ sub print_help {
185
--set-var="config_variable=value"
186
Sets a config_variable to "value". Can be used multiple
187
times.
188
+ --no-silent-build Don't echo commands in Makefile target receipt.
189
190
Please note that the --gen-moar option is there for convenience only and will
191
actually immediately - at Configure time - compile and install moar. Moar will
0 commit comments