replaced deprecated -Ofast with -O3 -ffast-math

This commit is contained in:
Ahmet Inan 2025-06-12 12:41:19 +02:00
commit 1076bb953b

2
Makefile vendored
View file

@ -1,5 +1,5 @@
CXXFLAGS = -std=c++17 -W -Wall -Ofast -fno-exceptions -fno-rtti -I../dsp -I../code
CXXFLAGS = -std=c++17 -W -Wall -O3 -ffast-math -fno-exceptions -fno-rtti -I../dsp -I../code
CXX = clang++ -stdlib=libc++ -march=native
#CXX = g++ -march=native