Commit 89b4f15
authored
CI: Set the verbose option in the Makefile to print compiling commands. (#1187)
Enable the verbose option in the Makefile used to compile the extension to
print the compiling command lines in the log.
Note that we use MAKEFLAGS rather than GNUMAKEFLAGS[1], because the
GNUMAKEFLAGS doesn't work for the make used in CI MacOS cases.
We don't need to set the verbose option to the CI Fedora and CentOS cases
(`.github/workflows/container.yml`). Because the Rubies from the Ruby RPM
package used in Fedora and CentOS cases are already enabling the verbose option.
[1] https://www.gnu.org/software/make/manual/html_node/Options_002fRecursion.html1 parent a2873cd commit 89b4f15
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
0 commit comments