Skip to content

Don't call clang++ with unsupported -frounding-math.

Jan Möbius requested to merge clang-no-frounding-math into master

This avoids a flood of warnings, and CGAL only needs -frounding-math when compiling with GCC.

Merge request reports