X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2FMakefile;h=994997fbfe460c08254bce11c15b90bc3cfe6afe;hp=dd9e4cadedb79f71789676d169e9173e29294986;hb=da710571b75db7031b82924ab3ad47eb645ce215;hpb=62d7fa9555924ab8e152b546711d27add640b102 diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile index dd9e4cad..994997fb 100644 --- a/plugins/gpu_unai/Makefile +++ b/plugins/gpu_unai/Makefile @@ -1,9 +1,8 @@ -CC = $(CROSS_COMPILE)g++ - -ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}') - +CFLAGS += -ggdb -Wall -O3 -ffast-math CFLAGS += -DREARMED -CFLAGS += -ggdb -Wall -fPIC -O2 -ffast-math +CFLAGS += -I../../include + +include ../../config.mak SRC_STANDALONE += gpu.cpp SRC_GPULIB += gpulib_if.cpp