[commit: ghc] wip/nfs-locking: Add src-hc-opts to configuration files. (5adb8aa)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:17:02 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/5adb8aa730e9ae9649924f7f8ea59b0e5163876d/ghc

>---------------------------------------------------------------

commit 5adb8aa730e9ae9649924f7f8ea59b0e5163876d
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Dec 30 17:04:28 2014 +0000

    Add src-hc-opts to configuration files.


>---------------------------------------------------------------

5adb8aa730e9ae9649924f7f8ea59b0e5163876d
 cfg/default.config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cfg/default.config.in b/cfg/default.config.in
index d3617f4..1a28981 100644
--- a/cfg/default.config.in
+++ b/cfg/default.config.in
@@ -61,6 +61,8 @@ conf-ld-linker-args-stage-0  = @CONF_LD_LINKER_OPTS_STAGE0@
 conf-ld-linker-args-stage-1  = @CONF_LD_LINKER_OPTS_STAGE1@
 conf-ld-linker-args-stage-2  = @CONF_LD_LINKER_OPTS_STAGE2@
 
+src-hc-opts                  = -H32m -O
+
 # Include and library directories:
 #=================================
 



More information about the ghc-commits mailing list