use -O2 with -ffast-math and -ftree-vectorize

This commit is contained in:
Ahmet Inan 2022-04-07 21:36:38 +02:00
commit 476a346295

View file

@ -1,5 +1,5 @@
CXXFLAGS = -I.. -std=c++17 -W -Wall -Ofast -fno-exceptions -fno-rtti
CXXFLAGS = -I.. -std=c++17 -W -Wall -O2 -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize
CXX = clang++ -stdlib=libc++ -march=native