stuarthayhurst / ammonite-engine

A simple OpenGL based graphics engine for experiments
MIT License
3 stars 1 forks source link

Use less obstructive compiler options #24

Closed stuarthayhurst closed 1 week ago

stuarthayhurst commented 4 weeks ago

Drop -Ofast and move the performance flags to FAST=true, to avoid interfering with user supplied options

Since clang is considering dropping -Ofast anyway, something needs to be done (https://discourse.llvm.org/t/rfc-deprecate-ofast/78687/71)