Some typo fixes
[clouds.git] / Makefile
index fcdd4226d889e68a55d9d9ed08ca4f9aa99b87b3..61f80a70d3596d4712183bef627e681b815f620b 100644 (file)
--- 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