Configure flag for future reference
This commit is contained in:
parent
057f67b4d9
commit
143627af21
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue