We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3393c56 commit eef6026Copy full SHA for eef6026
config.env.default
@@ -15,3 +15,12 @@ export SSH_KEY="YOUR_KEY_FILE"
15
16
# Define this to 1 to skip the final "git push origin" step
17
#export DRY_RUN=1
18
+
19
+# Log the output of ./configure to the named file (>= PHP-7.2)
20
+#export CONFIG_LOG_FILE=/php-build/config.log
21
22
+# Log the output of make -j2 to the named file (>= PHP-7.2)
23
+#export MAKE_LOG_FILE=/php-build/make.log
24
25
+# Use N jobs (cpus) for PHP build (>= PHP-7.2)
26
+#export MAKE_JOBS=2
0 commit comments