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