Configure flag for future reference

This commit is contained in:
Benson Chu 2024-07-14 18:27:01 -05:00
parent 057f67b4d9
commit 143627af21

View file

@ -83,6 +83,8 @@
packages = with pkgs; [ mps-debug ];
# inputsFrom = with pkgs; [ emacs ];
# LDFLAGS="-L$MPS_LIB" CFLAGS="-O0 -g3 -isystem $MPS_INC" \
# ./configure --with-mps=debug --with-native-compilation=no --enable-checking='yes,glyphs'
shellHook = ''
export MPS_LIB="${pkgs.mps-debug}/lib"
export MPS_INC="${pkgs.mps-debug}/include"