Tidy up and get IK working
[opengl.git] / Makefile
index 6126267b0a18127e708056f75c37cedd21745eb8..91abc4f6fd2de66127fec73718c28f684a1530fd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 all: bin/main
 
-CXX_FLAGS := -g --std=c++17 -Wall -DDEBUG_NODES
+CXX_FLAGS := -g --std=c++17 -march=native -Wall -DDEBUG_NODES -DCOWEDBOY_IK
 
 bin/main: model.o material.o image.o skybox.o program.o ik.o main.o util.o
        clang++ $(CXX_FLAGS) $^ \