[project @ 1999-04-06 09:46:36 by simonm]
authorsimonm <unknown>
Tue, 6 Apr 1999 09:46:36 +0000 (09:46 +0000)
committersimonm <unknown>
Tue, 6 Apr 1999 09:46:36 +0000 (09:46 +0000)
Add -funbox-strict-fields

ghc/driver/ghc.lprl

index 10415f2..eb9f967 100644 (file)
@@ -3167,6 +3167,9 @@ arg: while($_ = $Args[0]) {
     /^-fno-let-from-(case|app|strict-let)$/ # experimental, really (WDP 95/10)
                    && do { push(@HsC_flags, $_); next arg; };
 
+    /^-funbox-strict-fields$/
+                  && do { push(@HsC_flags, $_); next arg; };
+
     # --------------- Warnings etc. ------
 
     /^-fwarn-(.*)$/      && do { push(@HsC_flags, $_); next arg; };