script for converting ASCII to sgf
[imago.git] / makefile
index 0192f0c..bd149a7 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
 install: pcf.c
 install: pcf.c
-       gcc -Ofast -shared -I/usr/include/python2.7/ -lpython2.7 -o pcf.so pcf.c
+       gcc -O3 -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o pcf.so
 clean:
        rm -f pcf.so
 clean:
        rm -f pcf.so