Improve instructions for --with-mps=debug on macOS

* README-IGC (https): Link Homebrew macOS --with-mps=debug instructions.
This commit is contained in:
Stefan Kangas 2025-01-23 20:37:30 +01:00
parent 4fda39cb16
commit 05e5d51056

View file

@ -55,8 +55,9 @@ Then add something like this to your environment (e.g., to ~/.zprofile):
export CFLAGS="$CFLAGS -I$(brew --prefix libmps)/include"
export LDFLAGS="$LDFLAGS -L$(brew --prefix libmps)/lib"
Note that --with-mps=debug won't work with the Homebrew recipe.
To get a debug build, see "Building MPS yourself" below.
Note that --with-mps=debug won't work with the Homebrew recipe, see:
https://lists.gnu.org/r/emacs-devel/2025-01/msg00886.html
Alternatively, see "Building MPS yourself" below.
MS-Windows
----------