From 297b3d633ad25797a4f355c57964b7ce3aee6936 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 4 Jan 2011 19:40:25 +0200 Subject: try to ensure fbdev buffer is valid --- plugins/gpu-gles/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/gpu-gles/Makefile') diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index fdefb08..1110151 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -8,8 +8,10 @@ CROSS_COMPILE ?= arm-none-linux-gnueabi- #CC = $(PREFIX)/bin/$(CROSS_COMPILE)gcc CC = $(CROSS_COMPILE)gcc -CFLAGS += -fPIC # -Wall +CFLAGS += -fPIC -ggdb # -Wall +ifndef DEBUG CFLAGS += -O3 -ffast-math -fomit-frame-pointer +endif CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 # note: the below causes strange bugs/crashes #CFLAGS += -mfloat-abi=softfp -- cgit v1.2.3