--with-functions option not work on macOS Homebrew
What is your question
To build the project on macOS, I ran the following command with reference to BUILDING.md.
$ brew install sqlite --with-functions --with-json1 --without-readline
As a result of executing the above command, Homebrew returned the following error.
Error: invalid option: --with-functions
I searched for something related to google but I couldn't find a workaround.
I think that option is missing from Homebrew formula. So I tried to review the history of the SQLite homebrew formula,
but my computer was so slow that the 'git log' command did not work smoothly.
Can I ask your advice?
Environment
- macOS Catalina 10.15.6
- Homebrew 2.4.8
