From 5e925ea7e8453fb60567a19c49f2189bf7abc7c4 Mon Sep 17 00:00:00 2001 From: Ondrej Certik Date: Thu, 14 Aug 2008 02:33:31 +0200 Subject: [PATCH] Makefile modified to only compile the extension that we need. Signed-off-by: Ondrej Certik --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2117726..959efe5 100644 --- a/Makefile +++ b/Makefile @@ -4,15 +4,15 @@ PYTHON := python CYTHON := cython --convert-range CC := gcc CFLAGS := \ - $(shell $(PYTHON)-config --includes) \ - $(shell pkg-config glib-2.0 --cflags) + $(shell $(PYTHON)-config --includes) #\ + #$(shell pkg-config glib-2.0 --cflags) -LIBS := -lglib-2.0 +#LIBS := -lglib-2.0 CFLAGS += -g -O0 -fPIC # -O3 -all : csympy.so sympy_pyx.so +all : sympy_pyx.so -- 2.11.4.GIT