Added OPTFLAGS to readme [skip ci]

This commit is contained in:
Andrew Kane
2024-02-29 16:15:22 -08:00
parent ac8156509b
commit f64ebbef50

View File

@@ -656,6 +656,14 @@ Note: Replace `16` with your Postgres server version
If compilation fails and the output includes `warning: no such sysroot directory` on Mac, reinstall Xcode Command Line Tools.
### Portability
To compile for portability, use:
```sh
make OPTFLAGS=""
```
## Additional Installation Methods
### Docker