From f64ebbef509c847cf6cdd333ecea5c0634fbd445 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 29 Feb 2024 16:15:22 -0800 Subject: [PATCH] Added OPTFLAGS to readme [skip ci] --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 82245e2..fe249b8 100644 --- a/README.md +++ b/README.md @@ -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