Skip to content
Snippets Groups Projects
Commit c5684f87 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-07-16 20:58:48 by panne]

Added new -fstrictfp flag
parent af4c3872
No related merge requests found
......@@ -107,6 +107,7 @@ module CmdLineOpts (
opt_SimplCaseOfCase,
opt_SimplCaseMerge,
opt_SimplPedanticBottoms,
opt_SimplStrictFP,
-- Unfolding control
opt_UF_HiFileThreshold,
......@@ -445,6 +446,7 @@ opt_SimplDoLambdaEtaExpansion = lookUp SLIT("-fdo-lambda-eta-expansion")
opt_SimplCaseOfCase = lookUp SLIT("-fcase-of-case")
opt_SimplCaseMerge = lookUp SLIT("-fcase-merge")
opt_SimplPedanticBottoms = lookUp SLIT("-fpedantic-bottoms")
opt_SimplStrictFP = lookUp SLIT("-fstrictfp")
-- Unfolding control
opt_UF_HiFileThreshold = lookup_def_int "-funfolding-interface-threshold" (45::Int)
......
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