X-Git-Url: https://git.lukelau.me/?p=clouds.git;a=blobdiff_plain;f=Makefile;h=61f80a70d3596d4712183bef627e681b815f620b;hp=fcdd4226d889e68a55d9d9ed08ca4f9aa99b87b3;hb=HEAD;hpb=c80f817e984fbabbadef14fc11bf0fa7385bc89b 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