Skip to content
Snippets Groups Projects
Commit d1bc23d5 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-04-06 09:46:36 by simonm]

Add -funbox-strict-fields
parent 33455e88
No related merge requests found
......@@ -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; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment