From 38f58ecd48098c4e8b8c529a526743caad976ea1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 10 Jul 2008 14:11:29 +0000 Subject: [PATCH] Remove a commented-out flag --- compiler/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/Makefile b/compiler/Makefile index 7c2c14e..7e17acf 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 -- 1.7.10.4