X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=Makefile;h=61f80a70d3596d4712183bef627e681b815f620b;hb=fb589ed247f5441995b750bb5145239acab3ef09;hp=fcdd4226d889e68a55d9d9ed08ca4f9aa99b87b3;hpb=c80f817e984fbabbadef14fc11bf0fa7385bc89b;p=clouds.git diff --git a/Makefile b/Makefile index fcdd422..61f80a7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ clouds: clouds.cpp program.cpp simulation.cpp - clang++ -std=c++17 $^ -Ofast -o $@ \ + clang++ -std=c++17 -O3 $^ -march=native -o $@ \ -Wall -g \ -I/usr/local/include -L/usr/local/lib \ -framework OpenGL -framework glut -lglew