diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-10 14:11:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-10 14:11:29 +0000 |
commit | 38f58ecd48098c4e8b8c529a526743caad976ea1 (patch) | |
tree | 341df18c5562d1e29543b9426011b68e6498f7b0 /compiler/Makefile | |
parent | 6a555486eb90b2ee4e88b7f113ed0a22e3bf6b9b (diff) | |
download | haskell-38f58ecd48098c4e8b8c529a526743caad976ea1.tar.gz |
Remove a commented-out flag
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 7c2c14e844..7e17acfd88 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -571,8 +571,6 @@ ifeq "$(BootingFromHc)" "YES" SRC_CC_OPTS += -D__GLASGOW_HASKELL__=$(ProjectVersionInt) endif -# basicTypes/SrcLoc_HC_OPTS = -funbox-strict-fields - # ---- Profiling ---- #simplCore/Simplify_HC_OPTS = -auto-all #simplCore/SimplEnv_HC_OPTS = -auto-all |