Skip to content

Commit 13a1621

Browse files
committed
Adjust GHC options
1 parent 52296db commit 13a1621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.5/bookworm/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -eux; \
5757
--prefix=/usr/local \
5858
--flags='+server +lua' \
5959
--sysconfdir=/etc \
60-
--ghc-options='-O1 -optc-Os -optl=-pthread -fPIC -j +RTS -A128m -n2m -RTS' \
60+
--ghc-options='-optc-Os -optl=-pthread -fPIC -j +RTS -A256m -RTS' \
6161
--constraint='any.Cabal ==3.4.1.0' \
6262
--constraint='any.Glob ==0.10.2' \
6363
--constraint='any.HUnit ==1.6.2.0' \

0 commit comments

Comments
 (0)