‑‑no_default_fp_contract
In this section:
Syntax
‑‑no_default_fp_contract
Description
The pragma directive STDC FP_CONTRACT specifies whether the compiler is allowed to contract floating-point expressions. The default for this pragma directive is ON (allowing contraction). Use this option to change the default to OFF (disallowing contraction).
See also
Caution
To set this option, use Project>Options>C/C++ Compiler>Extra Options.