diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -CFLAGS=-O0 -g -Iinclude `pkg-config --cflags armadillo glfw3` -LIBS=-lGL `pkg-config --libs armadillo glfw3` +CFLAGS=-O2 -Iinclude `pkg-config --cflags armadillo glfw3` +LIBS=`pkg-config --libs armadillo gl glfw3` OBJS=barchart.o brushinghandler.o colormap.o colorscale.o continuouscolorscale.o divergentcolorscale.o dist.o forcescheme.o geometry.o lamp.o manipulationhandler.o mapscalehandler.o measures.o projectionhistory.o quadtree.o scale.o scatterplot.o shader.o voronoisplat.o all: pm |