From 143627af21dcd5c2b011c1b2d2a09ca2aa094370 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sun, 14 Jul 2024 18:27:01 -0500 Subject: [PATCH] Configure flag for future reference --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index d522c10..de795d9 100644 --- a/flake.nix +++ b/flake.nix @@ -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"