Skip to content

Commit

Permalink
switch the heap suggestions off again
Browse files Browse the repository at this point in the history
  • Loading branch information
felixwellen committed Jan 22, 2024
1 parent 952be07 commit 1620999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AGDA_BIN?=agda
AGDA_FLAGS?=-W error
AGDA_EXEC?=$(AGDA_BIN) $(AGDA_FLAGS)
FIX_WHITESPACE?=fix-whitespace
RTS_OPTIONS=+RTS -H6G -RTS
RTS_OPTIONS=
AGDA=$(AGDA_EXEC) $(RTS_OPTIONS)
RUNHASKELL?=runhaskell
EVERYTHINGS=$(RUNHASKELL) ./Everythings.hs
Expand Down

0 comments on commit 1620999

Please sign in to comment.