Skip to content

Commit

Permalink
Add our own flavour
Browse files Browse the repository at this point in the history
  • Loading branch information
larryTheCoder authored and dries-c committed Apr 5, 2024
1 parent 084822a commit 1fb47ea
Show file tree
Hide file tree
Showing 4 changed files with 506 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
bin/
bin-debug/
install_data/
download_cache/
test.dSYM/
install.log
temp_data/
compile.log
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Bash script used to compile PHP on MacOS and Linux platforms. Make sure you have
| -d | Compiles with debugging symbols and disables optimizations (slow, but useful for debugging segfaults) |
| -D | Compiles with separated debugging symbols, but leaves optimizations enabled (used for distributed binaries) |
| -g | Will compile GD2 |
| -F | Will compile FFI |
| -j | Set make threads to # |
| -l | Uses the folder specified for caching compilation artifacts (useful for rapid rebuild and testing) |
| -n | Don't remove sources after completing compilation |
Expand Down
Loading

0 comments on commit 1fb47ea

Please sign in to comment.