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