From f7be0e2b7adc4f6c4057f44f789bd7405844701c Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 22 Feb 2012 01:30:51 +0200 Subject: gpu_unai: update CFLAGS avoid -fPIC if not really needed, no need for a performance hit --- plugins/gpu_unai/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu_unai') diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile index dd9e4ca..57a0371 100644 --- a/plugins/gpu_unai/Makefile +++ b/plugins/gpu_unai/Makefile @@ -3,7 +3,7 @@ CC = $(CROSS_COMPILE)g++ ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}') CFLAGS += -DREARMED -CFLAGS += -ggdb -Wall -fPIC -O2 -ffast-math +CFLAGS += -ggdb -Wall -O3 -ffast-math SRC_STANDALONE += gpu.cpp SRC_GPULIB += gpulib_if.cpp -- cgit v1.2.3