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

[project @ 2000-10-05 11:15:20 by simonmar]

add -fgenerics
parent c9da7b70
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,7 @@ module CmdLineOpts ( ...@@ -88,6 +88,7 @@ module CmdLineOpts (
opt_AllowOverlappingInstances, opt_AllowOverlappingInstances,
opt_AllowUndecidableInstances, opt_AllowUndecidableInstances,
opt_GlasgowExts, opt_GlasgowExts,
opt_Generics,
opt_IrrefutableTuples, opt_IrrefutableTuples,
opt_NumbersStrict, opt_NumbersStrict,
opt_Parallel, opt_Parallel,
...@@ -381,6 +382,7 @@ opt_DictsStrict = lookUp SLIT("-fdicts-strict") ...@@ -381,6 +382,7 @@ opt_DictsStrict = lookUp SLIT("-fdicts-strict")
opt_AllowOverlappingInstances = lookUp SLIT("-fallow-overlapping-instances") opt_AllowOverlappingInstances = lookUp SLIT("-fallow-overlapping-instances")
opt_AllowUndecidableInstances = lookUp SLIT("-fallow-undecidable-instances") opt_AllowUndecidableInstances = lookUp SLIT("-fallow-undecidable-instances")
opt_GlasgowExts = lookUp SLIT("-fglasgow-exts") opt_GlasgowExts = lookUp SLIT("-fglasgow-exts")
opt_Generics = lookUp SLIT("-fgenerics")
opt_IrrefutableTuples = lookUp SLIT("-firrefutable-tuples") opt_IrrefutableTuples = lookUp SLIT("-firrefutable-tuples")
opt_MaxContextReductionDepth = lookup_def_int "-fcontext-stack" mAX_CONTEXT_REDUCTION_DEPTH opt_MaxContextReductionDepth = lookup_def_int "-fcontext-stack" mAX_CONTEXT_REDUCTION_DEPTH
opt_NumbersStrict = lookUp SLIT("-fnumbers-strict") opt_NumbersStrict = lookUp SLIT("-fnumbers-strict")
......
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