From 6e10941cc40ffb9d3835521658e5a95d797ca11e Mon Sep 17 00:00:00 2001 From: CHENG Renquan Date: Mon, 12 Jul 2010 16:49:08 +0800 Subject: various improvements --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 453fbeb..cbd24d8 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PLUGIN_SOURCE_FILES = pass-dgen.c PLUGIN_OBJECT_FILES = $(patsubst %.c,%.o,$(PLUGIN_SOURCE_FILES)) GCCPLUGINS_DIR := $(shell $(GCC) -print-file-name=plugin) -CFLAGS += -I$(GCCPLUGINS_DIR)/include -I$(with_gmp)/include -Wall -O2 +CFLAGS += -I$(GCCPLUGINS_DIR)/include -I$(with_gmp)/include -Wall -fPIC -O2 all: $(PLUGIN_FILE) -- cgit