Thus closing issue #49, with a decision to opt for fully predictable
math, and increasing the ability to extend the use of hashes in result
image tests in GEGL.
if buildtype == 'debugoptimized' or buildtype == 'release'
common_c_flags += cc.get_supported_arguments(['-Ofast'])
endif
+common_c_flags += cc.get_supported_arguments(['-fno-unsafe-math-optimizations'])
extra_warnings_list = [
'-Wdeclaration-after-statement',