Don't build without any optimization on Linux.

Building without optimization causes the drm module not to link correctly on
ppc.
This commit is contained in:
Michel Dänzer 2007-09-27 08:01:58 +02:00
parent 72134e939e
commit 215eab6ccf

View file

@ -269,7 +269,7 @@ PAGE_AGP := $(shell cat $(LINUXDIR)/include/asm/agp.h 2>/dev/null | \
ifneq ($(PAGE_AGP),0)
EXTRA_CFLAGS += -DHAVE_PAGE_AGP
endif
EXTRA_CFLAGS += -g -O0
EXTRA_CFLAGS += -g
# Start with all modules turned off.
CONFIG_DRM_GAMMA := n