Helpful hint for myself

This commit is contained in:
Benson Chu 2024-09-06 13:34:40 -05:00
parent c19cb8b6cb
commit 6d4e800ee3

View file

@ -95,6 +95,8 @@
echo "Configure Command: "
echo -n ' LDFLAGS="-L$MPS_LIB" CFLAGS="-O0 -g3 -isystem $MPS_INC" '
echo './configure --with-mps=debug --with-native-compilation=no --enable-checking="yes,glyphs"'
echo "If you are using Emacs from emacs-overlay, remember to unset environment variable EMACSLOADPATH"
echo "Need to investigate further as to why"
'';
};
};