X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2FMakefile;h=57a0371182faecdb062c52c6f4e8fd768f4b033b;hp=dd9e4cadedb79f71789676d169e9173e29294986;hb=f7be0e2b7adc4f6c4057f44f789bd7405844701c;hpb=62d7fa9555924ab8e152b546711d27add640b102 diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile index dd9e4cad..57a03711 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