Hack around brightness and shader viewport size
[clouds.git] / Makefile
index 64658142a5a8bae7bf4c647ccf3c5b57a9f59cc3..cf0c407248271c0911ebad0dc52473cee2c102bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 clouds: clouds.cpp program.cpp simulation.cpp
-       clang++ -std=c++17 $^ -march=native -o $@ \
+       clang++ -std=c++17 $^ -O3 -march=native -o $@ \
                -Wall -g \
                -I/usr/local/include -L/usr/local/lib \
                -framework OpenGL -framework glut -lglew