mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
-O3 is sometimes declared "unsafe" (cf. https://wiki.gentoo.org/wiki/GCC_optimization ) and it seems like it bit us in https://github.com/OPM/opm-material/issues/23 if GCC 4.8 was used. so let's play safe and use -O2 for now...