Skip to content

Tune Linux aarch64 and macOS compiler settings

Leo P. Singer requested to merge leo-singer/ligo.skymap:Ofast into main

Set -Ofast -fno-finite-math-only -flto on platforms for which we build wheels using gcc. These settings approximate the configuration of icc, which we use to build wheels for Linux x86_64.

Merge request reports