polygon intersector: finished active list splay tree optimization
[swftools.git] / lib / gfxpoly / Makefile
index 068901a..326c8c6 100644 (file)
@@ -1,6 +1,6 @@
-all: testheap test
+all: test
 
-CC = gcc -g -pg
+CC = gcc -g -O2
 
 ../libbase.a: ../q.c ../q.h ../mem.c ../mem.h
        cd ..; make libbase.a